Skip to content

Commit

Permalink
folder fix
Browse files Browse the repository at this point in the history
vKxni committed Feb 13, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e526a68 commit 5fb13f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@ const { PresenceUpdateStatus } = require("discord-api-types/v9");
const { Presence } = require("discord.js");

// Database queries
const Guild = require("../models/Tracker/guilds.js");
const Guild = require("../../models/Tracker/guilds.js");

// Configs
const emojis = require("../../Controller/emojis/emojis");
const emojis = require("../../../Controller/emojis/emojis");

module.exports.data = {
name: "presenceUpdate",

0 comments on commit 5fb13f7

Please sign in to comment.