mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-08 05:17:54 -05:00
comment
This commit is contained in:
@ -129,6 +129,8 @@ export const messageCreateHandler = (message: DiscordenoMessage) => {
|
|||||||
break;
|
break;
|
||||||
case 'roll':
|
case 'roll':
|
||||||
case 'r':
|
case 'r':
|
||||||
|
// [[roll or [[r
|
||||||
|
// Dice rolling commence!
|
||||||
commands.roll(message, args, args.join(''));
|
commands.roll(message, args, args.join(''));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user