Skip to content

Instantly share code, notes, and snippets.

const { prefix: PRE, token: TOKEN } = require('./config.json');
const discord = require('discord.js');
const mineflayer = require('mineflayer');
const client = new discord.Client();
let botList = new Map();
let channel;