Update index.ts

This commit is contained in:
Axel Olausson Holtenäs 2022-04-19 11:46:57 +02:00 committed by GitHub
parent 49dcbb8d0a
commit 1b3bec1d75
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 "@root/plugins/reputation/modules/give";
import give from "./modules/give";
// Handlers
import logger from "@logger";