🚚 use @helpers
This commit is contained in:
parent
e4678c7523
commit
47e8f0746c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
import { GuildMember } from "discord.js";
|
||||
|
||||
// Dependencies
|
||||
import updatePresence from "../../helpers/updatePresence";
|
||||
import dropUser from "../../helpers/dropUser";
|
||||
import updatePresence from "@helpers/updatePresence";
|
||||
import dropUser from "@helpers/dropUser";
|
||||
|
||||
export default {
|
||||
name: "guildMemberRemove",
|
||||
|
|
Loading…
Add table
Reference in a new issue