diff --git a/backend/src/plugins/Utility/commands/InfoCmd.ts b/backend/src/plugins/Utility/commands/InfoCmd.ts index 991c6fed..7d02ef3d 100644 --- a/backend/src/plugins/Utility/commands/InfoCmd.ts +++ b/backend/src/plugins/Utility/commands/InfoCmd.ts @@ -108,7 +108,7 @@ export const InfoCmd = utilityCmd({ const embed = await getRoleInfoEmbed(pluginData, roleId, message.author.id); if (embed) { message.channel.createMessage({ embed }); - return; + return; } }