-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove message commands and rewrite code implementation and functions #56
Conversation
The Pull Request now fully migrates all commands to slash commands, implements additional features that simplifies, and decreases the amount of code needed. When this Pull Request is reviewed, we can work on applying the DRY (Don't Repeat Yourself) principle to all the code. |
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.
few things that need to be fixed
Co-authored-by: Zortos <[email protected]>
Co-authored-by: Zortos <[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.
Forgot the ephemeral on the error's
my bad ;)
Co-authored-by: Zortos <[email protected]>
Co-authored-by: Zortos <[email protected]>
Co-authored-by: Zortos <[email protected]>
Co-authored-by: Zortos <[email protected]>
Co-authored-by: Zortos <[email protected]>
Co-authored-by: Zortos <[email protected]>
Co-authored-by: Zortos <[email protected]>
Good to go 👍 |
This pull request provides readability, documentation and rewrites of the code, functions, commands and methods we use.
To be precise, this pull request handles:
setserver
servers from database by not providing a serverWhen approved and merged, PR 56 will mark release 3.0.0.
After release 3.0.0, we will start releasing appropriately for all new commits.