mirror of
https://github.com/thaldrin/lingua.git
synced 2024-08-15 03:03:43 +00:00
categories
This commit is contained in:
parent
a5498cbc67
commit
c13845e840
1 changed files with 10 additions and 0 deletions
10
src/en_US.ts
10
src/en_US.ts
|
@ -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: ""
|
||||
}
|
Loading…
Reference in a new issue