⚰️ devMode folder
This commit is contained in:
parent
8e59690fe0
commit
c0b036bd4d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
// Dependencies
|
||||
import { Client } from "discord.js";
|
||||
|
||||
import logger from "../logger";
|
||||
import logger from "../../logger";
|
||||
|
||||
// Configuration
|
||||
import { devMode, guildId } from "../config/other";
|
||||
import { devMode, guildId } from "../../config/other";
|
||||
|
||||
export default async (client: Client) => {
|
||||
if (!devMode) {
|
Loading…
Add table
Reference in a new issue