No ratelimit global variable

This commit is contained in:
Supositware 2022-12-18 23:30:34 +01:00
parent d225d7037c
commit 7254a242db

View file

@ -6,7 +6,6 @@ export default {
once: true, once: true,
async execute(client) { async execute(client) {
// Init global variables. // Init global variables.
global.ratelimit = {};
global.boards = {}; global.boards = {};
const ytdlpVersion = await new Promise((resolve, reject) => { const ytdlpVersion = await new Promise((resolve, reject) => {