Catching common errors #271
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Errors that the logs currently get on a semi-frequent basis now are:
This is simply Discord's API having a hiccup.
This is the bot mistakenly interpreting someone prefacing words with
!as being a command, as that is the current bot's prefix (despite prefixes not be used) inmain.py.Desired functionality is to catch these errors and have a less verbose output for readability.
Addressed by #275. No documentation updated necessary. Closing.