refactor: move ETA values to constants
This commit is contained in:
parent
fe821ecd36
commit
e1622eb545
2 changed files with 21 additions and 18 deletions
|
@ -1,3 +1,22 @@
|
|||
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',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue