Implement Discord CnC Server into Emmelia

This commit is contained in:
Logan Cusano
2023-02-24 21:27:55 -05:00
parent 0ee5c4293f
commit 24b16d87ea
19 changed files with 926 additions and 135 deletions

5
config/discordConfig.js Normal file
View File

@@ -0,0 +1,5 @@
const discordConfig = {
channelID: '367396189529833476'
}
module.exports = discordConfig;