mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Fix lint
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = class ReloadCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
async run(msg, { cmdOrGrp }) {
|
||||
run(msg, { cmdOrGrp }) {
|
||||
const isCmd = Boolean(cmdOrGrp.groupID);
|
||||
cmdOrGrp.reload();
|
||||
if (isCmd) return msg.say(`Reloaded the \`${cmdOrGrp.name}\` command.`);
|
||||
|
||||
Reference in New Issue
Block a user