Skip to content

Instantly share code, notes, and snippets.

View sell's full-sized avatar
🖤
learning

Sell sell

🖤
learning
  • United States
View GitHub Profile
@sell
sell / en.json
Created July 9, 2021 08:22
Translations Needed!
{
"lang": "en",
"title": "Discord Bot List",
"tagName": "Just another Discord bot list.",
"tags": [
"Moderation",
"Multipurpose",
"Utility",
"Anime",
"Music"
const { IgApiClient } = require('instagram-private-api');
const ig = new IgApiClient();
ig.state.generateDevice(process.env.USERNAME);
(async () => {
await ig.simulate.preLoginFlow();
/*
Authenticating
const { MessageEmbed } = require('discord.js');
const axios = require('axios');
const url = 'https://api.no-api-key.com/api/v2/captcha';
module.exports = {
name: "verify",
run: async (client, message, args) => {
const filter = m => m.content && m.author.id === message.author.id;
const { WebhookClient, MessageEmbed } = require('discord.js');
module.exports = {
name: 'suggestion',
run: async (client, message, args) => {
message.delete();
const webhookClient = new WebhookClient('763575635502694400', 'ep7fmt9ZBTgJg2fmQ8oohUmtNauRCcyGMx7pHGMlovp7dwQGKoz6FNWobbnX5bEU2-9V');
const filter = (m) => m.author.id === message.author.id;
@sell
sell / corona.js
Created September 24, 2020 05:51
Discord Corona Tracker ( Cleaning my github up, posted Jun 26)
const axios = require('axios');
const { MessageEmbed } = require('discord.js')
module.exports = {
name: "corona",
run: async (client, message, args) => {
const baseUrl = "https://corona.lmao.ninja/v2";
let url;
let response;
@sell
sell / ig.js
Created September 24, 2020 05:49
Discord Instagram Stats, I decided to clear my github profile up, so I put this in a gist.
const axios = require('axios')
const { MessageEmbed } = require('discord.js');
module.exports = {
name: "ig",
run: async (client, message, args) => {
if (!args[0]) {
return message.channel.send(`Please Enter a Channel Name`)
}
let url, response, account, details;
try {
@sell
sell / 📊 Discord Support Server Stats
Last active April 21, 2022 07:09
📊 Discord Support Server Stats
no-api-key support server 📛
Member Count: 115 👥
Region: US East 🏴
Roles: @everyone, owner, users, moderators, no-api-key, bot, Treasurer, supporters, mega supporter, GiveawayBot, ED, Server Booster, helpers, Contributor, Developer
Timestamp: 2022-04-21 03:09 am EST ⏲
@sell
sell / eval.js
Created August 24, 2020 05:25
eval command discord.js
const { MessageEmbed } = require('discord.js');
module.exports = {
name: 'eval',
run: async (client, message, args) => {
if (message.author.id !== '737794159167012905') return
const embed = new MessageEmbed()
.setTitle('Evaluating...')
const msg = await message.channel.send(embed)
try {
@sell
sell / 📊 Api Hits.txt
Last active June 26, 2024 12:24
📊 My Api Hits
Status: ok ❌
Timestamp: 2024-06-26 08:24 am EST