-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
jail command & find a channel #994
Comments
This doesn't seem to be a library issue, try asking in the discord.py chat https://discord.gg/r3sSKJJ |
the code works but i didnt make something that unbans someone so i want o make something that checks if the jail channel still exists |
do you know a way how i let the bot loop trough all the channels in my server and look if jail channel still exist ? |
Use utils.get http://discordpy.readthedocs.io/en/async/api.html#discord.utils.get. Also if you need more help join the server jwshields linked you to. |
These issues are not meant for questions regarding how to implement bot features. |
Altarrel ty man :D |
so i made a command that jails people for a 1 minute.
to unjail someone i delete the channel.
i want to write some code that checks if the jail channels still exists but it gives me errors
if you could help me it would be nice :D
btw i know the code isnt clean , im still learning :p
The text was updated successfully, but these errors were encountered: