-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!set command #21
Comments
dmportella
added a commit
that referenced
this issue
Aug 4, 2016
this will allow us to change the settings of qilbot at run time like responses at mentions or leading characters only respond to private messages etc.
working on this right now... added !set command currently thinking about how to do the settings also if qilbot should have its own commands outside of plugins like the common plugin. |
dmportella
added a commit
that referenced
this issue
Sep 8, 2016
Ticket #21 Adding a wrapper to encapsulate some additional functionality to discord session object.
starting to wrap the commands so i can control settings on messages and things |
dmportella
added a commit
that referenced
this issue
Sep 16, 2016
dmportella
added a commit
that referenced
this issue
Sep 20, 2016
dmportella
added a commit
that referenced
this issue
Sep 20, 2016
planning to replace the discord session object and just force the plugin to call qilbot methods that can control the access to features etc eg encapsulate there Ref #21
dmportella
added a commit
that referenced
this issue
Sep 22, 2016
Most likely going to remove common plugins and move everything into the bot package so it integrated into it. Refs #21
dmportella
added a commit
that referenced
this issue
Sep 23, 2016
Config is now work and wrapped discord stuff Ref #21
dmportella
added a commit
that referenced
this issue
Sep 26, 2016
using the commands settings for channel locking, disabled etc added eddb plugin and stubs for the simplest commands. general fixes refs #21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add set command so users can change the settings og qilbot while it is running.
The text was updated successfully, but these errors were encountered: