mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
(core): fix commands, events & database.
This commit is contained in:
@@ -14,7 +14,7 @@ class MessageReactionAddEvent extends Event<CommandClient> {
|
||||
const _user = await getUser(member.id);
|
||||
if (!_user.privacy.optin) return;
|
||||
|
||||
await setUserXp(member.id, { current: _user.xp.current + 1 });
|
||||
await setUserXp(_user.user_id, { current: _user.xp.current + 1 });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user