gave all intents for dev reasons
This commit is contained in:
parent
6aede9296b
commit
5764767236
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ ftp_public_html = os.getenv('ftp_public_html')
|
||||||
#env vars END
|
#env vars END
|
||||||
|
|
||||||
#discord setup START
|
#discord setup START
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.all()
|
||||||
intents.message_content = True
|
intents.message_content = True
|
||||||
bot = commands.Bot(command_prefix='!', intents=intents)
|
bot = commands.Bot(command_prefix='!', intents=intents)
|
||||||
#discord setup END
|
#discord setup END
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue