From 77d6e6bba76608799fce2250a20f917ff0594a29 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 3 Aug 2020 16:28:26 -0500 Subject: [PATCH] config file stuff making it easier to change emotes --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 71f26ab..65b8165 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,7 @@ const client = new Discord.Client(); // Filter for filtering out only the beach ball emote const filter = (reaction) => { - return reaction.emoji.id === '739737953181630584'; + return reaction.emoji.id === config.emoteID; }; client.on('ready', () => {