mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
fix)
This commit is contained in:
parent
756227e1c0
commit
23171af92d
1 changed files with 1 additions and 1 deletions
|
@ -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("<:coolstorybob:936278877586722946>");
|
||||
if (message.author.id === "285109105717280768" && message.guild) await message.react("<:coolstorybob:936280973543362560>");
|
||||
|
||||
// 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);
|
||||
|
|
Loading…
Reference in a new issue