mirror of
https://github.com/danbulant/ssps-bot
synced 2026-06-18 13:51:14 +00:00
fix replies
This commit is contained in:
parent
0f0e5debef
commit
efb1380e47
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ module.exports = class novinky extends commando.Command {
|
|||
);
|
||||
}
|
||||
|
||||
return msg.reply(embed);
|
||||
return msg.say(embed);
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue