nodbot/config.json

28 lines
483 B
JSON
Raw Normal View History

2021-06-27 23:41:25 +00:00
{
"prefix": "/",
2021-06-29 01:42:14 +00:00
"serverID": "760701839427108874",
2021-06-29 02:38:03 +00:00
"logChannel": "859249300894908447",
2021-06-29 01:42:14 +00:00
"bootMessage": "NodBot v2 Starting Up",
2021-07-01 22:12:21 +00:00
"shutdownMessage": "NodBot v2 Shutting Down",
"validExtensions": [
"gif",
"pasta",
"help",
"spongebob",
"savepasta",
"request",
2021-07-06 21:37:04 +00:00
"savegif",
"truth",
2021-07-09 22:53:22 +00:00
"joint",
2021-07-13 19:58:02 +00:00
"ping",
2021-07-14 00:15:57 +00:00
"strain",
"airport",
"weather"
2021-07-06 21:37:04 +00:00
],
"emoji": {
2021-07-10 03:23:55 +00:00
"joint": "<:joint:862082955902976000>",
"next": "⏭️",
"previous": "⏮️",
"confirm": "☑️"
2021-07-06 21:37:04 +00:00
}
2021-06-27 23:41:25 +00:00
}