set bot intents as default()
This commit is contained in:
parent
092682d725
commit
83ad5f2613
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ scheduler_hostname = os.environ.get('SCHEDULER_API_HOSTNAME', 'tv.example.com')
|
||||||
|
|
||||||
# Discord API Intents
|
# Discord API Intents
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.default()
|
||||||
intents.messages = True
|
|
||||||
intents.guilds = True
|
|
||||||
intents.reactions = True
|
|
||||||
|
|
||||||
# Discord client
|
# Discord client
|
||||||
bot = commands.Bot(command_prefix="!", intents=intents)
|
bot = commands.Bot(command_prefix="!", intents=intents)
|
||||||
|
|
Loading…
Reference in a new issue