Skip to content

Commit 6258a27

Browse files
committed
chore: remove unused
1 parent 071dfc6 commit 6258a27

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ export const DEV_MODE = process.env.NODE_ENV !== 'production';
22

33
export const TEST_GUILD_ID = process.env.TEST_GUILD_ID ?? '918887934822858802';
44

5-
export const DISCORD_TOKEN = process.env.DISCORD_TOKEN;
6-
75
export const SVELTE_ORANGE = 0xff3e00;
86

97
export const GITHUB_TOKEN = process.env.GITHUB_TOKEN;
@@ -50,13 +48,14 @@ export const TAG_CREATE_PERMITTED_IDS = DEV_MODE
5048
? TEST_ADMIN_ROLES
5149
: PRIVILEGED_ROLES;
5250

53-
export const BOT_DEVS = [
51+
const BOT_DEVS = [
5452
// cirilla
5553
'339731096793251854',
5654

5755
// GHOST
5856
'282839711834177537',
5957
];
58+
6059
/**
6160
* List of roles/user IDs other than the creator allowed to modify threads.
6261
*/

0 commit comments

Comments
 (0)