1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-06 20:37:54 -05:00
This commit is contained in:
Ean Milligan
2025-05-03 23:28:53 -04:00
parent ede1562f33
commit 3aa8faf991

View File

@ -129,6 +129,8 @@ export const messageCreateHandler = (message: DiscordenoMessage) => {
break;
case 'roll':
case 'r':
// [[roll or [[r
// Dice rolling commence!
commands.roll(message, args, args.join(''));
break;
default: