diff --git a/commands/311.js b/commands/311.js index 16b3af0..06ea486 100644 --- a/commands/311.js +++ b/commands/311.js @@ -110,7 +110,7 @@ module.exports = { try { channel.send({ content: `<@&${GuildDB.dispatcherRole}> New 311 report`, embeds: [embed311], components: [opt] }); } catch (err) { - return interaction.send(`<@${client.user.id}> Does not have permissions to send to the channel.\nMake sure your admins give <@${client.user.id}> access to all channels required. `) + return interaction.send({ content: `<@${client.user.id}> Does not have permissions to send to the channel.\nMake sure your admins give <@${client.user.id}> access to all channels required.` }) } return interaction.send({ content: 'A report has been sent via 311.' }); },