Bot shows non-existant command to status message #18
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AnthonyKwon/chattybot#18
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?
/helpcommand is removed a few ago, but bot still shows this command to status message.Suggestion: change to
/saycommand insteadPartial-fixed with commit
8be969807d./sayis only applied to English. Though using this command in other language also auto-completes corresponding command, but this is not intuitive.Most of bots are removing activity message recently, so I made activity message optional with commit
540dda6and removed command part. This will not be fixed.