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 PointRedeem from "pointRedeems";
|
||||||
|
import { sendMessage } from "lib/commandUtils";
|
||||||
import { playDecTalk } from "web/alerts/serverFunctions";
|
import { playDecTalk } from "web/alerts/serverFunctions";
|
||||||
|
|
||||||
export default new PointRedeem({
|
export default new PointRedeem({
|
||||||
name: "dectalk",
|
name: "dectalk",
|
||||||
cost: 25000,
|
cost: 25000,
|
||||||
title: "Dectalk TTS",
|
title: "Dectalk TTS",
|
||||||
|
color: "#FF0000",
|
||||||
input: true,
|
input: true,
|
||||||
prompt: "I HECKIN LOVE DECTALK TTS!!!",
|
prompt: "I HECKIN LOVE DECTALK TTS!!!",
|
||||||
async execution(msg) {
|
async execution(msg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user