From 0c4207e90ca08056901d728dd5495df991982ccb Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 7 Feb 2023 09:56:34 -0700 Subject: [PATCH] WHOOPS --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 83f073d..24445b5 100644 --- a/index.js +++ b/index.js @@ -214,7 +214,6 @@ dcClient.on('ready', () => { dcClient.on('interactionCreate', async interaction => { if (!interaction.isCommand()) return; - if (interaction.user.id != config.discord.devId) return; // Only allow the dev to use this bot (for now) const { commandName } = interaction;