From 7e53fe55ddffb7d8346fc2f3d8471c87a53c5cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Hjorth=C3=B8j?= Date: Thu, 23 Sep 2021 17:54:56 +0200 Subject: [PATCH] Grammer fix (#179) --- .../08-bulk-overwrite-of-global-slash-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/interactions/application-commands/slash-commands/08-bulk-overwrite-of-global-slash-commands.md b/docs/guides/interactions/application-commands/slash-commands/08-bulk-overwrite-of-global-slash-commands.md index 71bc29653..0a1aab461 100644 --- a/docs/guides/interactions/application-commands/slash-commands/08-bulk-overwrite-of-global-slash-commands.md +++ b/docs/guides/interactions/application-commands/slash-commands/08-bulk-overwrite-of-global-slash-commands.md @@ -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 = new();