Updated configs to ts files

This commit is contained in:
2024-01-30 11:17:28 +01:00
parent ebf7952e8b
commit 017d7a613f
75 changed files with 234 additions and 227 deletions

View File

@@ -1,13 +1,13 @@
import { SlashCommandBuilder } from "discord.js"
import { bwfkdr, bwstars, bwwins, swstars, swkdr, duelswins, duelswlr } from "config/reqs.json"
import { color, devMessage } from "config/options.json"
import { bwfkdr, bwstars, bwwins, swstars, swkdr, duelswins, duelswlr } from "config/reqs"
import { color, devMessage } from "config/options"
import { hypixelLevel, bedwarsLevel, skywarsLevel, getUUID, getPlayer, getGuild, getHeadURL } from "utils/Hypixel"
import { Command } from "interfaces"
export = {
name: "check",
description: "Check a player's stats.",
dev: false,
dev: true,
public: true,
data: new SlashCommandBuilder()