mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
Stop Logging Command Use
This commit is contained in:
@@ -42,7 +42,6 @@ module.exports = class MemeCommand extends commando.Command {
|
||||
if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return;
|
||||
if (!message.channel.permissionsFor(this.client.user).hasPermission('ATTACH_FILES')) return message.say(':x: Error! I don\'t have the Attach Files Permission!');
|
||||
}
|
||||
console.log(`[Command] ${message.content}`);
|
||||
const type = args.type.toLowerCase();
|
||||
const content = args.content;
|
||||
const memeQuery = content.split(' ').join('-').split('-|-');
|
||||
|
||||
Reference in New Issue
Block a user