mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 02:45:22 +02:00
say, embed, and code
This commit is contained in:
@@ -30,6 +30,6 @@ module.exports = class BinaryCommand extends commando.Command {
|
||||
console.log(`[Command] ${message.content}`);
|
||||
let turnToBinary = args.text;
|
||||
let binaryText = stringToBinary(turnToBinary);
|
||||
return message.channel.send(binaryText);
|
||||
return message.say(binaryText);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user