Discord.py Bot Renaming A VoiceChannel Only Works Sometimes
I have a discord bot written in discord.py and wanna rename a voice channel. It sometimes works but sometimes it doesn't. And I get no error. Here's the code: @client.event async d
Solution 1:
Channels have recently been rate-limited in discord to prevent spamming the API and degrading server performance.
Post a Comment for "Discord.py Bot Renaming A VoiceChannel Only Works Sometimes"