mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-20 00:05:04 +00:00
fix indentation
This commit is contained in:
parent
d3e619796c
commit
55e5ef3f74
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export const InfoCmd = utilityCmd({
|
||||||
const embed = await getRoleInfoEmbed(pluginData, roleId, message.author.id);
|
const embed = await getRoleInfoEmbed(pluginData, roleId, message.author.id);
|
||||||
if (embed) {
|
if (embed) {
|
||||||
message.channel.createMessage({ embed });
|
message.channel.createMessage({ embed });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue