mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 08:41:39 +01:00
add color to dectalk redeem
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user