Skip to content

Commit

Permalink
Update create-donator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpmc authored Oct 1, 2023
1 parent f670e80 commit 2607dbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bot/discord/commands/server/create-donator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const serverCreateSettings_Prem = require("../../../../createData_Prem");
const axios = require("axios");

exports.run = async (client, message, args) => {
return message.reply("This command is temporarily disabled. The nodes are under maintenance at the moment. **We don't have an ETA when it will be re-enabled**, Please check <#898041845878247487>, <#898327108898684938> or <#898041862160527440> for updates.");

let userP = userPrem.fetch(message.author.id) || {
used: 0,
donated: 0,
Expand Down

0 comments on commit 2607dbc

Please sign in to comment.