Update index.ts
This commit is contained in:
parent
49dcbb8d0a
commit
1b3bec1d75
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { SlashCommandBuilder } from "@discordjs/builders";
|
||||||
import { CommandInteraction } from "discord.js";
|
import { CommandInteraction } from "discord.js";
|
||||||
|
|
||||||
// Modules
|
// Modules
|
||||||
import give from "@root/plugins/reputation/modules/give";
|
import give from "./modules/give";
|
||||||
|
|
||||||
// Handlers
|
// Handlers
|
||||||
import logger from "@logger";
|
import logger from "@logger";
|
||||||
|
|
Loading…
Add table
Reference in a new issue