Closed Jasius closed 4 years ago
Generally, it has been design that every module has its own prefix, because modules may not always require use of message data -- I will move prefix to be a centralized config element, and modules will take from it for consistency.
Generally, it has been design that every module has its own prefix, because modules may not always require use of message data -- I will move prefix to be a centralized config element, and modules will take from it for consistency.
That's cool, thank you!
Resolved with 390fadb3b21fe2b966f37dcbfea50ea6f451e1a8.
Use:
!prefix {prefixOfYourChoice}
- sets prefix to your choice.Expectation:
Changes command prefix.
Why
It would be useful in case some of the functionality will be clashing with existing bots.
TODO: