items part 1
This commit is contained in:
@@ -4,7 +4,7 @@ import type { CommandData } from "./index";
|
||||
import type { User } from "../db";
|
||||
import config from "../config.json";
|
||||
import { get_user, add_balance, sub_balance } from "../db";
|
||||
import { BotError } from "./error";
|
||||
import { BotError } from "./common/error";
|
||||
|
||||
async function run(interaction: ChatInputCommandInteraction, user: User) {
|
||||
const options = interaction.options;
|
||||
@@ -31,4 +31,3 @@ const data: CommandData = {
|
||||
|
||||
export default data;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user