diff --git a/DiscordModules/General/bug.js b/DiscordModules/General/bug.js index cfcb453..3c4c869 100644 --- a/DiscordModules/General/bug.js +++ b/DiscordModules/General/bug.js @@ -22,7 +22,7 @@ module.exports = class Bug extends Command { `Please make sure to make your Suggestion as Detailed as possible.\n\nAbuse of this command will lead to complete denial of command usage.` ); if (ctx.args.length < 1) { - return m.channel.send(abuse); + return ctx.send(abuse); } ctx.trello diff --git a/DiscordModules/General/suggest.js b/DiscordModules/General/suggest.js index 6436b37..d75f1bc 100644 --- a/DiscordModules/General/suggest.js +++ b/DiscordModules/General/suggest.js @@ -22,7 +22,7 @@ module.exports = class Suggest extends Command { `Please make sure to make your Suggestion as Detailed as possible.\n\nAbuse of this command will lead to complete denial of command usage.` ); if (ctx.args.length < 1) { - return m.channel.send(abuse); + return ctx.send(abuse); } ctx.trello