mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
fix local
This commit is contained in:
parent
f1b92b10d9
commit
2cbbda8f11
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class Debug extends Command {
|
||||||
memberData.save();
|
memberData.save();
|
||||||
};
|
};
|
||||||
|
|
||||||
message.success("owner/debug:SET_" + status.toUpperCase(), {
|
message.success("owner/debug:SUCCESS_" + status.toUpperCase(), {
|
||||||
username: member.user.tag,
|
username: member.user.tag,
|
||||||
amount
|
amount
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue