diff --git a/bot/constants/emojis.json b/bot/constants/emojis.json new file mode 100644 index 0000000..0bcefff --- /dev/null +++ b/bot/constants/emojis.json @@ -0,0 +1,7 @@ +{ + "success": "<:success:466995111885144095>", + "error": "<:error:466995152976871434>", + "denied": "<:denied:466995195150336020>", + "wait": "<:wait:467115775849922570>", + "warning": "<:warning:701681841190600704>" +} \ No newline at end of file diff --git a/bot/constants/index.js b/bot/constants/index.js index 097a52c..b1d9237 100644 --- a/bot/constants/index.js +++ b/bot/constants/index.js @@ -1 +1,5 @@ -exports.activities = require('./activities.json'); \ No newline at end of file +module.exports = { + activities: require('./activities.json'), + colours: require('./colours.json'), + emojis: require('./emojis.json') +}; \ No newline at end of file diff --git a/botconfig.yml.example b/botconfig.yml.example index fbd9a1e..91e4867 100644 --- a/botconfig.yml.example +++ b/botconfig.yml.example @@ -16,10 +16,3 @@ lavalinkNodes: host: '' port: auth: '' - -emoji: - success: '' - error: '' - denied: '' - wait: '' - warning: ''