forked from syntaxbullet/AuroraBot-discord
feat: Add color role item effect with role swapping and implement item consumption toggle.
This commit is contained in:
@@ -209,6 +209,9 @@ export const inventoryService = {
|
||||
// Actual role assignment happens in the Command layer
|
||||
results.push(`Temporary Role granted for ${Math.floor(roleDuration / 60)}m`);
|
||||
break;
|
||||
case 'COLOR_ROLE':
|
||||
results.push("Color Role Equipped");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user