From f1174964b509bdd61a20dc563bdecc5249a55bca Mon Sep 17 00:00:00 2001 From: Carter Penterman Date: Thu, 12 May 2022 14:58:24 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f1602c..f500837 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ node deploy-commands.js node bot.js ``` -also, the bot requires the applications.commands scope, which can be found in developer portal -> bot -> oauth2 -> url generator -> scopes, simply generate link with applications.commands scope checked then add bot to server (can be done if bot already in server) \ No newline at end of file +also, the bot requires the bot and applications.commands scope, which can be found in developer portal -> bot -> oauth2 -> url generator -> scopes, simply generate link with the bot and applications.commands scopes checked then add bot to server (can be done if bot already in server). no other permissions are needed. \ No newline at end of file