3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

fix indentation

This commit is contained in:
Jonathan B 2020-10-09 14:56:04 +02:00
parent d3e619796c
commit 55e5ef3f74

View file

@ -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;
}
}