mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Don't reply in user-agent
This commit is contained in:
@@ -12,6 +12,6 @@ module.exports = class UserAgentCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg) {
|
||||
return msg.reply(new UserAgent().toString());
|
||||
return msg.say(new UserAgent().toString());
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user