mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Stop Logging Command Use
This commit is contained in:
@@ -20,7 +20,6 @@ module.exports = class ReverseCommand 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 stringToReverse = args.text;
|
||||
const reversed = stringToReverse.split('').reverse().join('');
|
||||
return message.say(`\u180E${reversed}`);
|
||||
|
||||
Reference in New Issue
Block a user