mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
say, embed, and code
This commit is contained in:
@@ -315,6 +315,6 @@ module.exports = class TemmieCommand extends commando.Command {
|
||||
console.log(`[Command] ${message.content}`);
|
||||
let thingToTranslate = args.text;
|
||||
let temmized = temmize(thingToTranslate);
|
||||
return message.channel.send(temmized);
|
||||
return message.say(temmized);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user