File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/org/mangorage/mangobot/core Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
7777 testImplementation ' org.junit.jupiter:junit-jupiter'
7878
7979 installer(' org.mangorage:installer:3.0.27' )
80- bot(' org.mangorage:mangobot:10 .0.417 ' )
80+ bot(' org.mangorage:mangobot:11 .0.+ ' )
8181
8282 compileOnly(' org.mangorage:MangoBotGradle:4.0.5' )
8383
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ public class BotPermissions {
3737 static {
3838 PLAYING .addPermission (Permission .ADMINISTRATOR );
3939 PLAYING .addRole ("1129059589325852724" , "1169103412663697483" );
40+ PLAYING .addUser ("194596094200643584" );
41+
4042 TRICK_ADMIN .addPermission (Permission .ADMINISTRATOR );
4143 PREFIX_ADMIN .addPermission (Permission .ADMINISTRATOR );
4244 MOD_MAIL .addPermission (Permission .ADMINISTRATOR );
You can’t perform that action at this time.
0 commit comments