🎨 tsconfig-paths

This commit is contained in:
Axel Olausson Holtenäs 2022-04-17 18:13:43 +02:00
parent 503c8b5e97
commit f7bb645571
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -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 {