Skip to content

Commit

Permalink
refactor: documented previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kk committed Nov 25, 2023
1 parent 387ab15 commit 247ad1f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,22 @@
// Player welcome back messages, use %player% in lowercase to show the Player name.
messages: ['Welcome back %player%'],

// Guild Requirements discord command
// Hypixel Guild Requirements discord command
guild:{
id: "",
id: "5d2380a177ce8492ebe7e222",
requirements: {
bedwars_wins: 5000,
}
},
discord: {
// Guild / Server ID on Discord
id: "787918269629726760",
// Channel to log messages
loggingChannel: "1055480391147982969",
// Channel to log admin messages
adminChannel: "",
// Administrator role
adminRole: "787929412364533770",
permissions: [
// Sample permissions
// Available permissions are: ["kick", "accept", "promote", "demote", "invite", "mute", "unmute", "viewxp"]
Expand All @@ -29,7 +37,7 @@
// Discord role snowflake
roleId: '900477389560234054',
// Permissions you'd like to use - Example moderator permissions
allowList: ['mute',"unmute"]
allowList: ['mute',"unmute","restart"]
}
]
}
Expand Down

0 comments on commit 247ad1f

Please sign in to comment.