argtoms - Overview
Pinned Loading
-
Discord.js - Get all invites from al... Discord.js - Get all invites from all your bot's guilds - only works with Discord.js v11 or lower!
1
// only works with Discord.js v11 or lower!2
3
const Discord = require("discord.js");
4
const dev_ids = ["YOUR_ID(s)_HERE"]; // an array of IDs of the bot's developers - only these people will be able to execute this command
5