mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Let's try this
This commit is contained in:
@@ -17,6 +17,6 @@ module.exports = class CuddleCommand extends commando.Command {
|
|||||||
}
|
}
|
||||||
console.log(`[Command] ${message.content}`);
|
console.log(`[Command] ${message.content}`);
|
||||||
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
|
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
|
||||||
message.channel.send(`${message.author} *cuddles* ${thingToRoleplay}`);
|
return message.channel.send(`${message.author} *cuddles* ${thingToRoleplay}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user