Don't reply in user-agent

This commit is contained in:
Dragon Fire
2021-04-18 21:26:56 -04:00
parent 0d4f51a325
commit 7232f1689f
+1 -1
View File
@@ -12,6 +12,6 @@ module.exports = class UserAgentCommand extends Command {
}
run(msg) {
return msg.reply(new UserAgent().toString());
return msg.say(new UserAgent().toString());
}
};