discord-bot-template/data/strings.json

24 lines
490 B
JSON
Raw Permalink Normal View History

2023-01-21 04:35:03 +00:00
{
"help": {
2023-02-13 04:51:17 +00:00
"title": "Title",
"content": "Some help content",
"footer": "Witty Text Here"
2023-01-21 04:35:03 +00:00
},
"embeds": {
2023-02-13 04:51:17 +00:00
"footer": "github/voidf1sh/discord-bot-template",
"color": "0x55FF55",
"errorTitle": "Error",
"errorColor": "0xFF0000",
"infoTitle": "Information",
"infoColor": "0x8888FF"
2023-01-21 04:35:03 +00:00
},
"emoji": {
"next": "⏭️",
"previous": "⏮️",
"confirm": "☑️",
"cancel": "❌"
2023-02-13 04:51:17 +00:00
},
"errors": {
"generalCommand": "Sorry, there was an error running that command."
2023-02-11 01:15:23 +00:00
}
2023-01-21 04:35:03 +00:00
}