Skip to content

Commit

Permalink
Update xp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub authored Jan 11, 2024
1 parent 0f47a8d commit 98e073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/utils/options/xp.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
if (options === "on") {
if (xpData) return message.reply("XP is enabled.");

await xpData.create({
await xpSchema.create({
Guild: message.guild.id,
Channel: "false",
Ping: false,
Expand Down

0 comments on commit 98e073f

Please sign in to comment.