diff options
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js index eda775e..4b3d62d 100644 --- a/commands/help.js +++ b/commands/help.js @@ -42,7 +42,7 @@ module.exports.run = async (client, message) => { cat = cat + command + '\n';
}
});
- embed.addField(x, cat);
+ embed.addField(x, cat, true);
});
await message.channel.send({ embed });
|
