config file stuff making it easier to change emotes

This commit is contained in:
Alex 2020-08-03 16:28:26 -05:00
parent eabf564b3f
commit 77d6e6bba7
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {