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