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
Grammer fix (
#179
)
pull/1923/head
Simon Hjorthøj
GitHub
4 years ago
parent
fa851fb6e6
commit
7e53fe55dd
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
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/application-commands/slash-commands/08-bulk-overwrite-of-global-slash-commands.md
+ 1
- 1
docs/guides/interactions/application-commands/slash-commands/08-bulk-overwrite-of-global-slash-commands.md
View File
@@ -1,4 +1,4 @@
If you have too many global commands then you might want to consider
doing a bulk overwrite
.
If you have too many global commands then you might want to consider
using the bulk overwrite function
.
```cs
public async Task Client_Ready() {
List<ApplicationCommandProperties> applicationCommandProperties = new();
Write
Preview
Loading…
Cancel
Save