This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Add SocketCommandContext for Groups sample
pull/826/head
Hsu Still
8 years ago
parent
c94b3eb815
commit
cc643663d4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
docs/guides/commands/samples/groups.cs
+ 2
- 2
docs/guides/commands/samples/groups.cs
View File
@@ -1,8 +1,8 @@
[Group("admin")]
public class AdminModule : ModuleBase
public class AdminModule : ModuleBase
<SocketCommandContext>
{
[Group("clean")]
public class CleanModule : ModuleBase
public class CleanModule : ModuleBase
<SocketCommandContext>
{
// ~admin clean 15
[Command]
Write
Preview
Loading…
Cancel
Save