aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-08-04 13:22:40 -0500
committerMax Isom <[email protected]>2021-08-04 13:22:40 -0500
commit1cb55cb8ce1966e7613e5e149697d6653e1a565f (patch)
tree052f55e5aa8a68e4d6d28ae6c8f0f133ea57fc8b /src/commands
parenta5dce868c4a88c652dbc9d3182cbe1bdb9fdb417 (diff)
downloadmuse-1cb55cb8ce1966e7613e5e149697d6653e1a565f.tar.xz
muse-1cb55cb8ce1966e7613e5e149697d6653e1a565f.zip
Fix help command
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/help.ts2
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('🇲');
}