custom message added

This commit is contained in:
2025-01-02 19:56:12 +01:00
parent b46dc8d3ae
commit 2592aea260
8 changed files with 38 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
import { SlashCommandBuilder } from "discord.js";
import { SlashCommandBuilder, userMention } from "discord.js";
import { z } from "zod";
export const Commands = z.enum(["giessen", "medikamente", "hilfe"]);
@@ -12,7 +12,7 @@ export const CommandsMeta: Record<z.output<typeof Commands>, { description: stri
},
hilfe: {
description: "ich schreibe dir auf, was du alles mit mir machen kannst :)"
}
},
}
export type CommandsType = z.output<typeof Commands>;