RM Config.json

imgbot
kieranrobson 2022-05-24 00:45:51 +01:00
parent ccca8e2d38
commit ad9ad87e0b
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
const client = require("../index");
const config = require("../config.json");
client.on("messageCreate", async (message) => {
if (

View File

@ -1,4 +1,3 @@
const config = require("./config.json");
const { Client, Collection } = require("discord.js");
const DiscordModal = require('discord-modal')
const client = new Client({