From 38dbb251e4b26885e813da869c7abefe4e0d4207 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 6 May 2024 14:40:19 -0400 Subject: [PATCH] Fix --- Xiao.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xiao.js b/Xiao.js index b35873f2..6ac21f77 100644 --- a/Xiao.js +++ b/Xiao.js @@ -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({