v1.1.1 #386

Merged
greg6775 merged 22 commits from greg-dev into master 2020-03-04 13:26:32 +01:00
Showing only changes of commit 7519b7724f - Show all commits

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();
}