add "💡ideas" channel to ingame

master
Buckaroo Banzai 2021-05-17 22:43:45 +02:00
parent 7ab05e7e98
commit ecbd81c690
1 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@ module.exports = {
"bot": "pandorabox-bot",
"events": "pandorabox-events",
"offtopic": "pandorabox-offtopic",
"nsfw": "pandorabox-nsfw"
"nsfw": "pandorabox-nsfw",
"ideas": "pandorabox-ideas"
}
},{
"name": "Discord",
@ -41,7 +42,8 @@ module.exports = {
"nsfw": "nsfw",
"grounded": "grounded",
"bot": "bot",
"events": "events-chat"
"events": "events-chat",
"ideas": "💡ideas"
}
}]
};