Skip to content

Commit

Permalink
Update TEMPLATE config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesenibbles123 authored Oct 10, 2020
1 parent 3757904 commit 79364c2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions TEMPLATE config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"loggingChannel" : "INSERTCHANNELID",
"supportTicketChannel" : "INSERTCHANNELID",
"quotes" : "INSERTCHANNELID",
"initialJoinReactionConfirmation" : "INSERTCHANNELID",
"staffChannels" :{
"discordAdministrator" : "INSERTCHANNELID",
"serverAdministrator" : "INSERTCHANNELID",
Expand All @@ -32,18 +33,29 @@
}
},
"messages" : {
"xpLeaderboard" : "675898610180816928",
"xpLeaderboard" : "INSERTMESSAGEID",
"initialJoinReactionConfirmation" : "INSERTMESSAGEID",
"economy" : {
"shopInformationMessage" : "INSERTMESSAGEID",
"mainShopWindowMessage" : "INSERTMESSAGEID",
"richestUsersMessage" : "INSERTMESSAGEID",
"poorestUsersMessage" : "INSERTMESSAGEID"
}
},
"roles" : {
"defaultRole" : "INSERTROLEID",
"serverAdministrator" : "INSERTROLEID",
"serverModerator" : "INSERTROLEID",
"serverBooster" : "INSERTROLEID",
"muted" : "INSERTROLEID"
},
"emojiNames" : {
"initialJoinReactionConfirmation" : "INSERTEMOJINAME"
}
},
"embedColours" : {
"channels" : "INSERTHEXCOLOUR",
"bans" : "INSERTHEXCOLOUR",
"roles" : "INSERTHEXCOLOUR"
}
}
}

0 comments on commit 79364c2

Please sign in to comment.