Skip to content

Commit

Permalink
Update beş.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bes-js committed Jul 3, 2023
1 parent a7db7a1 commit 1fb5762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Supervisor/beş.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const mongoose = require("mongoose");
mongoose.connect(beş_config.mongoURL,{useUnifiedTopology: true,useNewUrlParser: true}).catch((err) => { console.log("🔴 MONGO_URL Bağlantı Hatası"); });
mongoose.connection.on("connected", () => {console.log(`🟢 MONGO_URL Başarıyla Bağlanıldı`);});
mongoose.connection.on("error", (err) => {console.error("🔴 MONGO_URL Bağlantı Hatası; "+err);});

/*
const { GiveawaysManager } = require('discord-giveaways');
const manager = new GiveawaysManager(client, {
storage: './util/giveaways.json',
Expand All @@ -73,7 +73,7 @@ const manager = new GiveawaysManager(client, {
}
});
client.giveawaysManager = manager;

*/
async function cMuteCheck() {
let guild = await client.guilds.fetch(beş_config.guildID)
let data = db.all().filter(i => i.ID.startsWith("cmuted-"))
Expand Down

0 comments on commit 1fb5762

Please sign in to comment.