sjstein / R8DIUM

A discord bot to manage individual run8 users
GNU General Public License v3.0
2 stars 0 forks source link

Vulnerability for users who left server #111

Closed sjstein closed 3 months ago

sjstein commented 3 months ago

The current code cannot handle when a user leaves the discord server. We need either:

  1. A way to manipulate the db as was done early on, by utilizing a unique key (SID)
  2. A notice from the server that a user has left so that we can automatically suspend their privs
sjstein commented 3 months ago

Addressed in merge #112