From dce2ab2f3529cf3a58fd2068c18a32955ce95b1c Mon Sep 17 00:00:00 2001 From: Shuxin Zhan Date: Sat, 23 Mar 2024 12:48:31 -0400 Subject: [PATCH] add manage messages to permissions integer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d105d11..ea65944 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ By default, `DISCORD_OAUTH_SCOPES` is set to `identify` only, since that is all You'll need to add a bot to your server with the following permissions - the below link will do this for you, just add your client ID: ``` -https://discord.com/api/oauth2/authorize?client_id=YOUR_CLIENT_ID&permissions=268438544&scope=applications.commands%20bot +https://discord.com/api/oauth2/authorize?client_id=YOUR_CLIENT_ID&permissions=268446736&scope=applications.commands%20bot ``` - Manage channels - needed to rename, create and reorganise channels