You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gotta refactor the commands out of client.py and into their proper commands file.
Possibly introduce a @decorator for admin-only commands to more easily identify them, although could also just have an admin_cmd_map in the init files of cmd modules. A number of these commands need complete rewrites, and I've got a few extras in mind too.
The text was updated successfully, but these errors were encountered:
Gotta refactor the commands out of client.py and into their proper commands file.
Possibly introduce a @decorator for admin-only commands to more easily identify them, although could also just have an admin_cmd_map in the init files of cmd modules. A number of these commands need complete rewrites, and I've got a few extras in mind too.
The text was updated successfully, but these errors were encountered: