diff --git a/commands/say.js b/commands/say.js index 1875314..35ef236 100644 --- a/commands/say.js +++ b/commands/say.js @@ -1,4 +1,5 @@ const { SlashCommandBuilder } = require('discord.js'); +const config = require('../config.json'); module.exports = { data: new SlashCommandBuilder()