mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
fix nested rolls not working in certain scenarios
This commit is contained in:
@@ -175,7 +175,7 @@ export const messageCreateHandler = (message: DiscordenoMessage) => {
|
|||||||
} else if (command && `${command}${args.join('')}`.includes(config.postfix)) {
|
} else if (command && `${command}${args.join('')}`.includes(config.postfix)) {
|
||||||
// [[roll]]
|
// [[roll]]
|
||||||
// Dice rolling commence!
|
// Dice rolling commence!
|
||||||
commands.roll(message, argSpaces, command);
|
commands.roll(message, argSpaces, `${config.prefix}${command}`);
|
||||||
} else if (command) {
|
} else if (command) {
|
||||||
// [[emoji or [[emoji-alias
|
// [[emoji or [[emoji-alias
|
||||||
// Check if the unhandled command is an emoji request
|
// Check if the unhandled command is an emoji request
|
||||||
|
|||||||
Reference in New Issue
Block a user