about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMounderFod <mounderfod@gmail.com>2021-08-31 21:09:09 +0100
committerGitHub <noreply@github.com>2021-08-31 21:09:09 +0100
commitdb5871b0bfc75a052f20afdcfde312f7e2c14dc4 (patch)
tree529781fffe1dd0f35dacb71109fb410f3667de6c
parent4ed4b84977de2ee14964f01292996e7cbf77e1c8 (diff)
downloadtiny-potato-bot-db5871b0bfc75a052f20afdcfde312f7e2c14dc4.tar.gz
Never mind
-rw-r--r--bot.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot.py b/bot.py
index 2e03cb7..f6145e9 100644
--- a/bot.py
+++ b/bot.py
@@ -5,8 +5,7 @@ from dotenv import load_dotenv
 import bot_utils
 
 load_dotenv()
-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 = commands.Bot(command_prefix="t!", activity=nextcord.Activity(name="for commands", type=nextcord.ActivityType.watching))
 bot.help_command = bot_utils.MyHelpCommand(command_attrs={'hidden':True})
 
 @bot.event