diff --git a/commands/megis.js b/commands/megis.js index a4ac6a5..f5ea69a 100644 --- a/commands/megis.js +++ b/commands/megis.js @@ -184,10 +184,12 @@ const command = { await client.say( msg.channelName, - `${msg.displayName}, top megisers! ${allMegisers.map( - (item, index) => - ` ${index + 1}. ${item.name}: ${item.megis.megis} megis! ` - )}` + `${msg.displayName}, top megisers! ${allMegisers + .map( + (item, index) => + `${index + 1}. ${item.name}: ${item.megis.megis} megis` + ) + .join(", ")}` ); break;