Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugg #5

Closed
dtxc opened this issue Dec 12, 2021 · 0 comments
Closed

bugg #5

dtxc opened this issue Dec 12, 2021 · 0 comments

Comments

@dtxc
Copy link
Collaborator

dtxc commented Dec 12, 2021

Bug 1. (not rly a bug)
In on_ready event where it prints bot is online it prints the entire array named "owner" so you should do

for user in owner:
    print(user)

Bug 2.
Kick command can be used by everyone so add this

@commands.has_permissions(kick_members=True)

you can also copy code from arch bot

@dtxc dtxc closed this as completed Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant