💡 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";
|
import { Guild } from "discord.js";
|
||||||
|
|
||||||
// Helpers
|
// Dependencies
|
||||||
import updatePresence from "../../helpers/updatePresence";
|
import updatePresence from "@helpers/updatePresence";
|
||||||
import dropGuild from "../../helpers/dropGuild";
|
import dropGuild from "@helpers/dropGuild";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "guildDelete",
|
name: "guildDelete",
|
||||||
|
|
Loading…
Add table
Reference in a new issue