diff --git a/code/code.py b/code/code.py index d3747aa..946d2d6 100644 --- a/code/code.py +++ b/code/code.py @@ -7,6 +7,7 @@ import datetime # pip install datetime from config import debug, conn, c # import the debug function and the database connection intents = discord.Intents.default() intents.message_content = True +intents.members = True bot = discord.Bot(intents=intents, help_command=None) # create the bot bot.add_cog(cogs.Setup(bot)) bot.add_cog(cogs.Settings(bot))