mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Added guild subcommand type and various changes
This commit is contained in:
parent
54ce28d8d4
commit
e8def0aec3
15 changed files with 113 additions and 89 deletions
|
@ -71,6 +71,10 @@ Boolean subcommand types won't be implemented:
|
|||
|
||||
For common use cases, there wouldn't be a need to go accept numbers of different bases. The only time it would be applicable is if there was some sort of base converter command, and even then, it'd be better to just implement custom logic.
|
||||
|
||||
## User Mention + Search by Username Type
|
||||
|
||||
While it's a pretty common pattern, it's probably a bit too specific for the `Command` class itself. Instead, this pattern will be comprised of two subcommands: A `user` type and an `any` type.
|
||||
|
||||
# The Command Handler
|
||||
|
||||
## The Scope of the Command Handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue