Hsu Still
7c60b0293b
Add XMLDocs
* Fix comments to comply with third-person commenting style
+ Various attributes
+ Various Command-related objects
+ Many more
7 years ago
Joe4evr
2fd4f5670e
Remove support for TokenType.User ( #958 )
* Set usage of TokenType.User as an error rather than a warning.
* Remove commented sections and #pragma's
Additionally, changes use of ReadMessages to ViewChannel since that Obsolete was also suppressed by the pragma
7 years ago
Christopher F
97397f3617
Apply consistency to attributes in the commands extension ( #928 )
* Apply consistency to attributes in the commands extension
This resolves #527 .
Not sure if I missed any, putting this up for review.
* Allow preconditions to be used multiple times (for use with groups)
7 years ago
Christopher F
14fbe40cbc
Add Async suffix to command-related Tasks ( #804 )
commit b7fb44a94f
Author: Hsu Still <341464@gmail.com>
Date: Sat Sep 2 14:34:18 2017 +0800
Fix more async naming violation
commit e6912e2d02
Author: Hsu Still <341464@gmail.com>
Date: Sat Sep 2 14:23:04 2017 +0800
Fix incorrect null xmldocs string
commit da8d23222d
Author: Hsu Still <341464@gmail.com>
Date: Sat Sep 2 14:17:12 2017 +0800
Fix CheckPreconditionsAsync
commit 992407407a
Author: Hsu Still <341464@gmail.com>
Date: Sat Sep 2 14:07:12 2017 +0800
Add Async suffix to abstract Task methods
8 years ago
Christopher F
347c5a0d39
Disable obsolete warnings in files that reference TokenType.User
8 years ago
RogueException
ba1982a3f9
Replaced DependencyMap with ServiceCollection and IServiceProvider ( #625 )
8 years ago
RogueException
683541ba24
Added RequireOwner support for User tokens
8 years ago
RogueException
2c075e186a
Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext.
9 years ago
RogueException
08ae9e4e86
Fixed logic in precondition attribute docstrings
9 years ago
Christopher F
1ed4f703bf
Cache the current application on DiscordSocketClient
9 years ago
Christopher F
defc8f1c4e
Add docstrings to preconditions.
9 years ago
Christopher F
fdecfe6bd4
Add RequireOwner Precondition
This precondition will require that the invoker of the command is the owner of the bot.
9 years ago