Skip to content

Commit d36d325

Browse files
committed
Added autorole and roles channel id to config
1 parent 252bc9b commit d36d325

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import 'dotenv/config';
22

3-
export const ROLES_CHANNEL_ID = '1311813077662040188';
4-
5-
export const AUTOROLE_ID = '637232468889436160';
3+
export const ROLES_CHANNEL_ID = process.env.ROLES_CHANNEL_ID || '1111696723572703424';
4+
export const AUTOROLE_ID = process.env.AUTOROLE_ID || '637232468889436160';
65

76
export const TOKEN = process.env.TOKEN || '';
87
export const MONGO_LINK = process.env.MONGO_CONNECTION_LINK || '';

0 commit comments

Comments
 (0)