Update projects/backend/src/bot/bot.ts
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 41s

This commit is contained in:
Lee 2024-10-25 16:49:38 +00:00
parent 90b0994524
commit 2b9a777506

@ -1,4 +1,4 @@
import { Client, MetadataStorage } from "discordx";
import { Client } from "discordx";
import { ActivityType, EmbedBuilder } from "discord.js";
import { Config } from "@ssr/common/config";