Giphy Command

This commit is contained in:
Daniel Odendahl Jr
2017-05-25 22:24:35 +00:00
parent 56618b15e9
commit c030ad7b0d
8 changed files with 54 additions and 7 deletions
+2 -1
View File
@@ -60,6 +60,7 @@ module.exports = class WarnCommand extends Command {
**Action:** Warn
**Reason:** ${reason}
`);
return modlogs.send({ embed });
await modlogs.send({ embed });
return null;
}
};