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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user