Skip to content
View argtoms's full-sized avatar

Block or report argtoms

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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