Skip to content

Commit

Permalink
FIX: Fix role adder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bratah123 authored Feb 18, 2021
1 parent 0ff479d commit 670ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
intents = discord.Intents.default()
intents.members = True

bot = commands.Bot(command_prefix=config['COMMAND_PREFIX'])
bot = commands.Bot(command_prefix=config['COMMAND_PREFIX'], intents=intents)
# remove the default help command so we can format it nicer
bot.remove_command('help')
print("Loading various commands....")
Expand Down

0 comments on commit 670ee64

Please sign in to comment.