mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
Oops
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = class HelpCommand extends Command {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
await msg.author.send({embed});
|
await msg.author.send({embed});
|
||||||
return msg.say(':mailbox_with_mail: Send you a DM with information.');
|
return msg.say(':mailbox_with_mail: Sent you a DM with information.');
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return msg.say('Failed to send DM. You probably have DMs disabled.');
|
return msg.say('Failed to send DM. You probably have DMs disabled.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user