This commit is contained in:
JonnyBro 2022-01-27 20:24:55 +05:00
parent 6dc5304811
commit 756227e1c0

View file

@ -14,7 +14,7 @@ module.exports = class {
if (message.author.bot) return;
// Fuck u faxon
if (message.author.id === "285109105717280768" && message.guild) await message.react(message.guild.emojis.cache.get("936279766913396766"));
if (message.author.id === "285109105717280768" && message.guild) await message.react("<:coolstorybob:936278877586722946>");
// If the member on a guild is invisible or not cached, fetch them.
if (message.guild && !message.member) await message.guild.members.fetch(message.author.id);