mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Fix help command
This commit is contained in:
parent
a5dce868c4
commit
1cb55cb8ce
|
@ -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('🇲');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue