-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: added extension management commands #157
base: main
Are you sure you want to change the base?
feat: added extension management commands #157
Conversation
Is this based on the corresponding Python Discord bot commands (Python or Sir Lancebot)? |
This is based on my own bot's implementation which was based on both Python Discord's Python and Sir Lancebot |
d13c390
to
ed047ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I typed these suggestions about a year ago but didn't get time to submit. I'll probably need to test the bot again. And maybe even review it once more.
took these from my own project, removed some features that weren't relevent/part of the spec includes commands to load, reload, or unload extensions commands are role-locked to the steering council
9552e68
to
f84d799
Compare
Co-authored-by: Vivek Ashokkumar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested it and it works. My comments have also been addressed. LGTM.
closes GH-15