mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
fix D:
This commit is contained in:
parent
09894aab52
commit
93a74149c4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Setafk extends Command {
|
|||
|
||||
const m = await message.success("general/setafk:SUCCESS", {
|
||||
reason,
|
||||
prefix: data.guild.prefix || "$"
|
||||
prefix: message.guild ? data.guild.prefix : "$"
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in a new issue