Browse Source

Grammer fix (#179)

pull/1923/head
Simon Hjorthøj GitHub 3 years ago
parent
commit
7e53fe55dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +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();


Loading…
Cancel
Save