22 lines
443 B
TypeScript
22 lines
443 B
TypeScript
export const GUILD_ID = '923671181020766230';
|
|
export const DEBUG_CHANNEL_ID = '977401259260788756';
|
|
export const POLYCAT_CHANNEL_ID = '977797790749032448';
|
|
|
|
export const ETA_REGEX = /\beta\b/i;
|
|
export const ETA_MESSAGES = [
|
|
'Sometime',
|
|
'Some day',
|
|
'Not far',
|
|
'The future',
|
|
'Never',
|
|
'Perhaps tomorrow?',
|
|
'There are no ETAs',
|
|
'No',
|
|
'Nah',
|
|
'Yes',
|
|
'Yas',
|
|
'Next month',
|
|
'Next year',
|
|
'Next week',
|
|
'In PolyMC 2.0.0',
|
|
];
|