cheran-senthil / TLE

🤖 Discord Bot for Competitive Programming
https://discordapp.com/invite/2CJ6qvY
MIT License
318 stars 200 forks source link

Move to discord.py=1.5.0 #393

Closed AntohiRobert closed 3 years ago

AntohiRobert commented 3 years ago

We should rewrite as fast as possible for discord.py=1.5.0 since this version breaks the mod(server members not recognized) and the v6 (current) gateway closure is "imminent". See: https://discordpy.readthedocs.io/en/latest/intents.html Error encountered with version 1.5.0: ;handle list(and others) do not work, lists only members that are in voice channel. Probably can't read server(guild) members.

algmyr commented 3 years ago

Closed by #409.