Aninoss / lawliet-bot

The source code of the Lawliet Discord Bot
GNU General Public License v3.0
49 stars 16 forks source link

storing user object is bad #8

Closed Joshix-1 closed 3 years ago

Joshix-1 commented 3 years ago

You shouldn't store Javacord Objects except of DiscordApi for long. It could lead to problems on reconnect. This is a suggested fix, for one example I could find.