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
Unneeded build event
Build() at the end of the command creation isn't needed. The build is done on line 34.
pull/2158/head
Cookiezzz
Quin Lynch
3 years ago
parent
202554fdde
commit
fd987ca3f4
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/int_basics/application-commands/slash-commands/choice-slash-command.md
+ 1
- 1
docs/guides/int_basics/application-commands/slash-commands/choice-slash-command.md
View File
@@ -27,7 +27,7 @@ private async Task Client_Ready()
.AddChoice("Lovely", 4)
.AddChoice("Excellent!", 5)
.WithType(ApplicationCommandOptionType.Integer)
)
.Build()
;
);
try
{
Write
Preview
Loading…
Cancel
Save