Fix help command

This commit is contained in:
Max Isom 2021-08-04 13:22:40 -05:00
parent a5dce868c4
commit 1cb55cb8ce
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -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('🇲');
}