categories

This commit is contained in:
Lio Young 2021-05-06 22:14:16 +02:00
parent a5498cbc67
commit c13845e840
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 10 additions and 0 deletions

View File

@ -13,4 +13,14 @@ export default {
SUGGESTION_SENT: "Suggestion sent.",
INVITE_STRING: "You can invite BOT using this Link",
ROLL: ":game_die: Rolling AMOUNT DICE...",
CATEGORIES: {
GENERAL: { name: "General", desc: "" },
NSFW: { name: ":underage: NSFW", desc: "" },
ANIMALS: { name: "Animals", desc: "" },
IMAGES: { name: "Images", desc: "" },
MISC: { name: "Misc", desc: "" },
ROLEPLAY: { name: "Roleplay", desc: "" },
DEVELOPER: { name: "Developer", desc: "" },
},
// HELP_TIP: ""
}