update invite perms

This commit is contained in:
GregTCLTK 2020-02-22 21:24:20 +01:00
parent 8f642f44a9
commit 7519b7724f
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -33,7 +33,7 @@ public class InviteCommand implements Command {
"commands.general.invite.success.description",
"(https://discordapp.com/oauth2/authorize?client_id="
+ Hadder.shardManager.getGuilds().get(0).getSelfMember().getId()
+ "&scope=bot&permissions=470133879)")
+ "&scope=bot&permissions=1043852663)")
.build()).queue();
}