You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@THEKILERFRIEND if you wanna use it for a lot of people i suggest you dont use this one because it can launch commands on every machine on 1 channel so its kind if broken i suggest you to use Quasar https://github.com/quasar/Quasar for actually using this on a lot of poeple because it is really buggy when there is more then 1 client
Ok hello so the script does not work because of a discord update so im gonna tell u how to make it work
so in line 31 "i dont know the line perfect but it should say 'client ='"
so change that to the following code
intents = discord.Intents.default()
client = discord.Client(intents=intents)
intents.message_content = True
bot = commands.Bot(command_prefix='!', intents=intents)
thats it you fixed the program hooray!
The text was updated successfully, but these errors were encountered: