1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00

V2.0.3 - Fix multiline input

This commit is contained in:
Ean Milligan (Bastion)
2022-07-09 17:02:22 -04:00
parent 74b0e287fb
commit 7b03f3140e
4 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ export const roll = async (message: DiscordenoMessage, args: string[], command:
}
// Rejoin all of the args and send it into the solver, if solver returns a falsy item, an error object will be substituded in
const rollCmd = `${command} ${args.join(' ')}`;
const rollCmd = message.content.substring(2);
queueRoll(
<QueuedRoll> {