added embed for /hilfe

This commit is contained in:
moriese
2024-12-31 01:28:46 +01:00
parent 8935e141d2
commit e7cd840c48
8 changed files with 112 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Routes } from "discord.js";
import { REST } from "@discordjs/rest";
import config from "config";
import getCommands from "components/commands.component";
import getCommands from "commands";
export default class DiscordService {
rest: REST;