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
Fix parameter in message commands
pull/1958/head
quin lynch
3 years ago
parent
a6bf830983
commit
767c1b1fb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/guides/interactions_framework/intro.md
+ 1
- 1
docs/guides/interactions_framework/intro.md
View File
@@ -192,7 +192,7 @@ A valid Message Command must have the following structure:
```csharp
[MessageCommand("Bookmark")]
public async Task Bookmark(I
User
user)
public async Task Bookmark(I
Message
user)
{
...
}
Write
Preview
Loading…
Cancel
Save