From c3d25dfd849c7633dc237c854658e046fc7316fd Mon Sep 17 00:00:00 2001 From: Emily J Date: Thu, 29 Oct 2020 19:19:37 +1100 Subject: [PATCH] added prettified category names, and descriptions --- bot/assets/constants/categories.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bot/assets/constants/categories.json diff --git a/bot/assets/constants/categories.json b/bot/assets/constants/categories.json new file mode 100644 index 0000000..d869081 --- /dev/null +++ b/bot/assets/constants/categories.json @@ -0,0 +1,26 @@ +{ + "Bot": { + "emoji": "🤖", + "description": "Commands related to Woomy, like ping, stats, etc." + }, + "Configuration": { + "emoji": "⚙️", + "description": "Change settings, toggle features." + }, + "Developer": { + "emoji": "🖥️", + "description": "Super dangerous commands, for Woomy developers only!" + }, + "Fun": { + "emoji": "🎉", + "description": "A whole range of commands, for your entertainment." + }, + "Moderation": { + "emoji": "🛡️", + "description": "Keep your community safe and easily modify server settings." + }, + "Test": { + "emoji": "⚠️", + "description": "aaaAAAAAaaaA" + } +} \ No newline at end of file