Skip to content
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

Refactor bot commands in Philbot #144

Open
royh02 opened this issue Jul 26, 2021 · 0 comments
Open

Refactor bot commands in Philbot #144

royh02 opened this issue Jul 26, 2021 · 0 comments
Assignees
Labels
medium 3 officer points wishlist

Comments

@royh02
Copy link
Member

royh02 commented Jul 26, 2021

Currently we use discord.Client for our bot client that can be updated to a more feature rich discord.ext.commands.Bot. This will free up the cluttered on_message check that we currently use for commands and provide more modularity as well as documentation for commands. The documentation can then be accessed through a help command on the discord server as well.

Since discord.ext.commands.Bot inherits discord.Client, theoretically, this transition will work.

@royh02 royh02 added the medium 3 officer points label Jul 26, 2021
@royh02 royh02 added this to To do in Root Staff via automation Jul 26, 2021
@royh02 royh02 self-assigned this Jul 28, 2021
@royh02 royh02 removed this from To do in Root Staff Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium 3 officer points wishlist
Projects
None yet
Development

No branches or pull requests

1 participant