mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
smol fix
This commit is contained in:
parent
f28c74f1ed
commit
5075a75d03
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Clearwarns extends BaseCommand {
|
||||||
memberData.save();
|
memberData.save();
|
||||||
|
|
||||||
interaction.success("moderation/clearwarns:SUCCESS", {
|
interaction.success("moderation/clearwarns:SUCCESS", {
|
||||||
username: member.user.tag,
|
user: member.user.tag,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue