items part 1
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ChatInputCommandInteraction } from "discord.js";
|
||||
|
||||
import type { CommandData } from "./index";
|
||||
import { get_user, add_new_user } from "../db";
|
||||
import { BotError } from "./error";
|
||||
import { BotError } from "./common/error";
|
||||
|
||||
async function run(interaction: ChatInputCommandInteraction) {
|
||||
await interaction.deferReply();
|
||||
|
||||
Reference in New Issue
Block a user