diff options
author | MounderFod <mounderfod@gmail.com> | 2021-08-31 21:06:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 21:06:21 +0100 |
commit | 4ed4b84977de2ee14964f01292996e7cbf77e1c8 (patch) | |
tree | 91d9cb0aaeab7117eb22c0838d9795728c3d8dba | |
parent | 93f1d305858c97030fbeb148aeb84152389441e7 (diff) | |
download | tiny-potato-bot-4ed4b84977de2ee14964f01292996e7cbf77e1c8.tar.gz |
idiot
-rw-r--r-- | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py index f48d32a..2e03cb7 100644 --- a/bot.py +++ b/bot.py @@ -5,7 +5,7 @@ from dotenv import load_dotenv import bot_utils load_dotenv() -intents = discord.Intents(members=True, presences=True) +intents = nextcord.Intents(members=True, presences=True) bot = commands.Bot(command_prefix="t!", activity=nextcord.Activity(name="for commands", type=nextcord.ActivityType.watching), intents=intents) bot.help_command = bot_utils.MyHelpCommand(command_attrs={'hidden':True}) |