forked from Galactic/modmail
bugfix
This commit is contained in:
parent
fd1c4c9b85
commit
6895018d24
@ -29,7 +29,7 @@ class CannedReply extends Command {
|
||||
|
||||
const list = Object.entries(this.client.modmail.replies);
|
||||
let str = '';
|
||||
if (second.toLowerCase() === '-dm') channel = await message.author.createDM();
|
||||
if (second?.toLowerCase() === '-dm') channel = await message.author.createDM();
|
||||
// eslint-disable-next-line no-shadow
|
||||
for (const [ name, content ] of list) {
|
||||
const substr = `**${name}:** ${content}\n`;
|
||||
|
Loading…
Reference in New Issue
Block a user