diff --git a/src/commands/help.ts b/src/commands/help.ts index 90c5d98..3c230fb 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -55,7 +55,7 @@ export default class implements Command { return content; }, ''); - await msg.author.send(res); + await msg.author.send(res, {split: true}); await msg.react('🇩'); await msg.react('🇲'); }