Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Feb 17, 2025
1 parent e899914 commit cd1dfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/info/roleinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async (interaction, messageFlags) => {

let guildMembers = await interaction.guild.members.fetch().catch(e => { return null; });
if (!guildMembers) return;

let roleMembersString = "";
let roleMembers = {};
if (memberListBool === true) {
Expand All @@ -32,7 +32,7 @@ export default async (interaction, messageFlags) => {
} else {
roleMembersString += "...";
break;
};
};
};
};
// Properties
Expand Down

0 comments on commit cd1dfe9

Please sign in to comment.