mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-06 20:37:54 -05:00
comment
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user