mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Temmie Too
This commit is contained in:
@@ -27,7 +27,6 @@ module.exports = class TemmieCommand extends commando.Command {
|
|||||||
if (message.channel.type !== 'dm') {
|
if (message.channel.type !== 'dm') {
|
||||||
if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return;
|
if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return;
|
||||||
}
|
}
|
||||||
console.log(`[Command] ${message.content}`);
|
|
||||||
const thingToTranslate = args.text;
|
const thingToTranslate = args.text;
|
||||||
const temmized = temmize(thingToTranslate);
|
const temmized = temmize(thingToTranslate);
|
||||||
return message.say(`\u180E${temmized}`);
|
return message.say(`\u180E${temmized}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user