37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
||
"bot": {
|
||
"name": "My Bot",
|
||
"author": "My Name"
|
||
},
|
||
"emojis": {
|
||
"yes": "✅",
|
||
"no": "❌",
|
||
"enabled": "🟢",
|
||
"disabled": "🔴",
|
||
"info": "ℹ️",
|
||
"warning": "⚠️",
|
||
"previous": "◀️",
|
||
"next": "▶️",
|
||
"first": "⏪",
|
||
"last": "⏩",
|
||
"refresh": "🔄"
|
||
},
|
||
"colors": {
|
||
"default": "#0099ff",
|
||
"success": "#00ff83",
|
||
"warning": "#ffcc66",
|
||
"error": "#ff4a4a"
|
||
},
|
||
"links": {
|
||
"author": "https://github.com/",
|
||
"docs": "https://top.gg/",
|
||
"donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EW389DYYSS4FC",
|
||
"invite": "https://discord.com/",
|
||
"source": "https://github.com/",
|
||
"stream": "https://www.twitch.tv/novakevin",
|
||
"support": "https://support.discord.com/",
|
||
"template": "https://github.com/KevinNovak/Discord-Bot-TypeScript-Template",
|
||
"terms": "https://github.com/KevinNovak/Discord-Bot-TypeScript-Template/blob/master/LEGAL.md#terms-of-service",
|
||
"vote": "https://top.gg/"
|
||
}
|
||
}
|