Updated environment var names to match convention
This commit is contained in:
@@ -6,7 +6,7 @@ import { Events } from 'discord.js';
|
||||
import { gptInteraction } from '../addons/gptInteraction.mjs';
|
||||
import { linkCop } from '../addons/linkCop.mjs';
|
||||
|
||||
const IGNORED_CHANNELS = process.env.IGNORED_CHANNELS.split(',');
|
||||
const IGNORED_CHANNELS = process.env.IGNORED_CHANNEL_IDS.split(',');
|
||||
|
||||
export const name = Events.MessageCreate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user