This commit is contained in:
Dragon Fire
2024-05-06 14:40:19 -04:00
parent 543b08dc8b
commit 38dbb251e4
+1 -1
View File
@@ -2,7 +2,7 @@ require('dotenv').config();
const { XIAO_TOKEN, OWNERS, XIAO_PREFIX, INVITE } = process.env;
const { mkdir } = require('fs/promises');
const path = require('path');
const mathjs = require('mathjs');
const math = require('mathjs');
const { GatewayIntentBits, Partials, AllowedMentionsTypes, PermissionFlagsBits, EmbedBuilder } = require('discord.js');
const Client = require('./structures/Client');
const client = new Client({