🎨 tsconfig-paths
This commit is contained in:
parent
503c8b5e97
commit
f7bb645571
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ import { SlashCommandBuilder } from "@discordjs/builders";
|
|||
import { CommandInteraction } from "discord.js";
|
||||
|
||||
// Modules
|
||||
import give from "./modules/give";
|
||||
import give from "@plugins/reputation/modules/give";
|
||||
|
||||
// Handlers
|
||||
import logger from "../../logger";
|
||||
import logger from "@logger";
|
||||
|
||||
// Function
|
||||
export default {
|
||||
|
|
Loading…
Add table
Reference in a new issue