mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
to an option object
This commit is contained in:
@@ -31,7 +31,7 @@ async function ifItFailsBlameWolf(type: "getter" | "raw", user = false) {
|
||||
message.channelId,
|
||||
message.id,
|
||||
"❤",
|
||||
user ? message.author.id : undefined,
|
||||
user ? { userId: message.author.id } : undefined,
|
||||
);
|
||||
} else {
|
||||
await message.removeReaction("❤", user ? message.author.id : undefined);
|
||||
|
||||
Reference in New Issue
Block a user