-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
While having a robust chat command interface is great and all, sometimes it would be nice to fire off commands from "behind the scenes". The console system will overlap on top of the bot's existing functioning and allow the owner to fire off commands from the console window from which the bot is running.
This will come in a few portions:
- Redefinition of the bot's main function
- A "core" class which handles the bot's "main loop" as well as a new "input loop"
- A console command class, similar to the customCommand interface
Reactions are currently unavailable