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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
The ability to enable typing interactions.
If you want the bot to type in the thread channel if the user is also typing, add the config variable user_typing, the value doesn't matter, just it's the presence. use config del to disable the functionality. The same thing in reverse is also possible if you want the user to see the bot type when someone is typing in the thread channel add the mod_typing config variable.
New status command, change the bot's status to online, idle, dnd, invisible, or offline.
To remove the status (change it back to default), use status clear.
This also introduces a new internal configuration variable: status. Possible values are online, idle, dnd, invisible, and offline.
Changed
The internals for activity has drastically changed to accommodate the new status command.