7 lines
434 B
JavaScript
7 lines
434 B
JavaScript
|
export default class Config{
|
||
|
static webhook_url = "https://discord.com/api/webhooks/1217619594034806795/T2xoxT7AI_63GgxPj4rbzw4Xilo5SRFMySl8O0TwKqoMsQb9TbeR_57pfp_hkllv60WD";
|
||
|
static booru_url = "http://booru.apps.aussieshep.int";
|
||
|
static booru_token = "cmVkZGl0OjU2MWJiNTM5LWI0OTMtNDEzZi05Y2RkLWJhZDQzNzRlNGQzMg==";
|
||
|
// strange behavior of discord-webhooks-node if there are to much tags
|
||
|
static showTags = true;
|
||
|
}
|