Skip to content

Commit

Permalink
temp disable create-donator
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Aug 26, 2023
1 parent 84c8c2a commit 27c62fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/discord/commands/server/create-donator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const serverCreateSettings_Prem = require("../../../../createData_Prem");
const axios = require("axios");

exports.run = async (client, message, args) => {
return message.reply("This command is temporarily disabled.");
let userP = userPrem.fetch(message.author.id) || {
used: 0,
donated: 0,
Expand Down

0 comments on commit 27c62fc

Please sign in to comment.