diff options
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/help.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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('🇲'); } |
