💡 describe import
This commit is contained in:
parent
6b433096cc
commit
41e6e57f7a
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
// Dependencies
|
||||
// 3rd party dependencies
|
||||
import { Guild } from "discord.js";
|
||||
|
||||
// Helpers
|
||||
import updatePresence from "../../helpers/updatePresence";
|
||||
import dropGuild from "../../helpers/dropGuild";
|
||||
// Dependencies
|
||||
import updatePresence from "@helpers/updatePresence";
|
||||
import dropGuild from "@helpers/dropGuild";
|
||||
|
||||
export default {
|
||||
name: "guildDelete",
|
||||
|
|
Loading…
Add table
Reference in a new issue