mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Stop Logging Command Use
This commit is contained in:
@@ -27,7 +27,6 @@ module.exports = class MathCommand extends commando.Command {
|
||||
if (message.channel.type !== 'dm') {
|
||||
if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return;
|
||||
}
|
||||
console.log(`[Command] ${message.content}`);
|
||||
const expression = args.expression;
|
||||
try {
|
||||
const solved = math.eval(expression);
|
||||
|
||||
Reference in New Issue
Block a user