This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lang": "en", | |
| "title": "Discord Bot List", | |
| "tagName": "Just another Discord bot list.", | |
| "tags": [ | |
| "Moderation", | |
| "Multipurpose", | |
| "Utility", | |
| "Anime", | |
| "Music" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { IgApiClient } = require('instagram-private-api'); | |
| const ig = new IgApiClient(); | |
| ig.state.generateDevice(process.env.USERNAME); | |
| (async () => { | |
| await ig.simulate.preLoginFlow(); | |
| /* | |
| Authenticating |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 β² |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Status: ok β | |
| Timestamp: 2024-12-23 11:17 pm EST |