Skip to content
Snippets Groups Projects
Commit dda2dec8 authored by Dennis Klein's avatar Dennis Klein
Browse files

Merge remote-tracking branch 'github/master'

parents ccf1913d 664a4538
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,9 @@ HELP_FILE = os.getenv('DISCORD_HELP_FILE')
CATEGORY_LERNGRUPPEN = os.getenv("DISCORD_CATEGORY_LERNGRUPPEN")
PIN_EMOJI = "📌"
bot = commands.Bot(command_prefix='!', help_command=None, activity=discord.Game(ACTIVITY), owner_id=OWNER)
intents = discord.Intents.default()
intents.members = True
bot = commands.Bot(command_prefix='!', help_command=None, activity=discord.Game(ACTIVITY), owner_id=OWNER, intents=intents)
poll_cog = PollCog(bot)
appointments_cog = AppointmentsCog(bot)
text_commands_cog = TextCommandsCog(bot)
......
aiohttp==3.6.2
aiohttp==3.6.3
async-timeout==3.0.1
attrs==19.3.0
attrs==20.2.0
chardet==3.0.4
discord==1.0.1
discord.py==1.3.4
idna==2.9
multidict==4.7.5
python-dotenv==0.12.0
discord.py==1.5.0
idna==2.10
multidict==5.0.0
python-dotenv==0.14.0
websockets==8.1
yarl==1.4.2
yarl==1.6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment