Update index.ts

This commit is contained in:
Axel Olausson Holtenäs 2022-04-19 11:45:13 +02:00 committed by GitHub
parent c1423ac5c0
commit 49dcbb8d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ import { SlashCommandBuilder } from "@discordjs/builders";
import { CommandInteraction } from "discord.js";
// Modules
import give from "@plugins/reputation/modules/give";
import give from "@root/plugins/reputation/modules/give";
// Handlers
import logger from "@logger";