mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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}`);
|
||||
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