⚰️ 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
|
// Dependencies
|
||||||
import { Client } from "discord.js";
|
import { Client } from "discord.js";
|
||||||
|
|
||||||
import logger from "../logger";
|
import logger from "../../logger";
|
||||||
|
|
||||||
// Configuration
|
// Configuration
|
||||||
import { devMode, guildId } from "../config/other";
|
import { devMode, guildId } from "../../config/other";
|
||||||
|
|
||||||
export default async (client: Client) => {
|
export default async (client: Client) => {
|
||||||
if (!devMode) {
|
if (!devMode) {
|
Loading…
Add table
Reference in a new issue