changed intents

This commit is contained in:
Paillat
2022-12-16 15:54:16 +01:00
parent ec5c4e8a5d
commit 3c6361f3ba

View File

@@ -11,10 +11,6 @@ intents = discord.Intents.default()
intents.message_content = True
intents.members = True
import apsw # pip install apsw. ApSW is a Python interface to SQLite 3
# set the intents to 3276543
print(intents)
bot = discord.Bot(intents=intents, help_command=None) # create the bot
bot.add_cog(cogs.Setup(bot))
bot.add_cog(cogs.Settings(bot))