add color to dectalk redeem

This commit is contained in:
2025-12-08 18:32:17 +01:00
parent 07c619f54d
commit 2bc1d2b953

View File

@@ -1,11 +1,12 @@
import { sendMessage } from "lib/commandUtils";
import PointRedeem from "pointRedeems";
import { sendMessage } from "lib/commandUtils";
import { playDecTalk } from "web/alerts/serverFunctions";
export default new PointRedeem({
name: "dectalk",
cost: 25000,
title: "Dectalk TTS",
color: "#FF0000",
input: true,
prompt: "I HECKIN LOVE DECTALK TTS!!!",
async execution(msg) {