mirror of
https://github.com/danbulant/Shasha
synced 2026-05-24 12:22:00 +00:00
tiny fix
This commit is contained in:
parent
40599b7071
commit
2f247ddaa9
1 changed files with 3 additions and 1 deletions
|
|
@ -354,7 +354,9 @@ module.exports = class embmaker extends commando.Command {
|
|||
}
|
||||
sent.push(channel.send({content:content,embed:embed,files:newAttach}).catch(e => noPerm(msg)));
|
||||
}
|
||||
tryReact(msg, "a:yesLife:794788847996370945");
|
||||
if (sent.length > 0) {
|
||||
tryReact(msg, "a:yesLife:794788847996370945");
|
||||
}
|
||||
return sent;
|
||||
} catch (e) {
|
||||
return errLog(e, msg, this.client, true, "", true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue