Updated dir structure and paths
This commit is contained in:
@@ -3,8 +3,8 @@ import {
|
||||
GuildMember,
|
||||
userMention,
|
||||
} from "discord.js"
|
||||
import { countingBanned } from "@config/roles.json"
|
||||
import { color, devMessage } from "@config/options.json"
|
||||
import { countingBanned } from "config/roles.json"
|
||||
import { color, devMessage } from "config/options.json"
|
||||
|
||||
export default async function ban(
|
||||
interaction: ChatInputCommandInteraction,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { ChatInputCommandInteraction, TextChannel, channelMention } from "discord.js"
|
||||
import settingsSchema from "@schemas/settingsSchema"
|
||||
import { color, devMessage } from "@config/options.json"
|
||||
import settingsSchema from "schemas/settingsSchema"
|
||||
import { color, devMessage } from "config/options.json"
|
||||
import mongoose from "mongoose"
|
||||
|
||||
export default async function setup(interaction: ChatInputCommandInteraction): Promise<void> {
|
||||
|
||||
@@ -3,8 +3,8 @@ import {
|
||||
GuildMember,
|
||||
userMention,
|
||||
} from "discord.js"
|
||||
import { countingBanned } from "@config/roles.json"
|
||||
import { color, devMessage } from "@config/options.json"
|
||||
import { countingBanned } from "config/roles.json"
|
||||
import { color, devMessage } from "config/options.json"
|
||||
|
||||
export default async function ban(
|
||||
interaction: ChatInputCommandInteraction,
|
||||
|
||||
Reference in New Issue
Block a user