YusarinBot/config.json

12 lines
310 B
JSON
Raw Normal View History

2022-02-05 02:31:32 +02:00
{
2022-02-08 23:37:24 +02:00
"debug": false,
2022-02-05 02:31:32 +02:00
"owner": SET-OWNER-ID,
"bot_name": "Yusa Nishimori",
"bot_token": "SET-BOT-TOKEN",
"bot_prefix": "$",
"bot_locale": "en",
2022-02-07 03:06:01 +02:00
"bot_activity": "How-Low-Hello - Keep on Burnin'",
"check_for_updates": true,
2022-02-07 03:18:03 +02:00
"auto_clear_trash": false,
"auto_clear_timer": 120
2022-02-05 02:31:32 +02:00
}