Discord.py is a very powerful API. It aims to make creating Discord bots incredibly easy while still giving lots of power to the user. People have ...
For further actions, you may consider blocking this person and/or reporting abuse
It's not working for me
Is there an error, or is there just nothing happening?
It worked latter issue was due to other asynchronous function.
Oh, ok! Glad it works for you then!
Is there a way I can contact you personally to talk to you about a few of these things?
Sure! you can join my discord server! You can also send me a DM on here!
you need to open your inbox in your settings under extensions so people can DM you on here I think.
how do i send a message in a specific channel
Thank for the mention. Nice first article!
Thanks! :)
i want to only be able to send links to links channel, what do i do?
You could check if
message.channel.id == 123456789098
(123456789098 is your channel id, of course)
If it matches, just return.
Thank you so much! your module for discord.py very much helped me in bot developement