repo stringlengths 5 106 | file_url stringlengths 78 301 | file_path stringlengths 4 211 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 14:56:49 2026-01-05 02:23:25 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/ticket/add.js | src/commands/ticket/add.js | const discord = require("discord.js");
const ticketSchema = require("../../database/models/tickets.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "tadd",... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/ticket/ticket.js | src/commands/ticket/ticket.js | const discord = require("discord.js");
const ticketSchema = require("../../database/models/tickets.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const moment = require("moment");
module.exports = class extends Command {
constructor(...args) {
su... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/reactionrole/rrdirectmessages.js | src/commands/reactionrole/rrdirectmessages.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
const ReactionRole = require("../../packages/reactionrole/index.js");
const react = new ReactionRole();
require("dotenv").config();
react.setURL(process.env.MONGO)... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/reactionrole/rrtypes.js | src/commands/reactionrole/rrtypes.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const ReactionRole = require("../../packages/reactionrole/index.js");
const react = new ReactionRole();
require("dotenv").config();
react.setURL(process.env.MONGO);
module.exports = class extends Command {
construct... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/reactionrole/editreactionrole.js | src/commands/reactionrole/editreactionrole.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const ReactionRole = require("../../packages/reactionrole/index.js");
const react = new ReactionRole();
require("dotenv").config();
react.setURL(process.env.MONGO);
module.exports = class extends Command {
construct... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/reactionrole/addreaction.js | src/commands/reactionrole/addreaction.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const ReactionRole = require("../../packages/reactionrole/index.js");
const react = new ReactionRole();
require("dotenv").config();
react.setURL(process.env.MONGO);
module.exports = class extends Command {
constructo... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/reactionrole/rrwipe.js | src/commands/reactionrole/rrwipe.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const ReactionRole = require("../../packages/reactionrole/models/schema");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "rrwipe",
aliases: ["reactionrolewipe"... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/reactionrole/removereactionrole.js | src/commands/reactionrole/removereactionrole.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const ReactionRole = require("../../packages/reactionrole/index.js");
const react = new ReactionRole();
require("dotenv").config();
react.setURL(process.env.MONGO);
module.exports = class extends Command {
construct... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/addquestions.js | src/commands/applications/addquestions.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const app = require("../../database/models/application/application.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/decline.js | src/commands/applications/decline.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const App = require("../../database/models/application/application.js");
const Paste = require("../../database/models/transcript.js");
module.exports = class extends Command... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/questions.js | src/commands/applications/questions.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const app = require("../../database/models/application/application.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/remquestions.js | src/commands/applications/remquestions.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const app = require("../../database/models/application/application.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/applyLog.js | src/commands/applications/applyLog.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const app = require("../../database/models/application/application.js");
const MessageEmbed = require("discord.js");
module.exports = class extends Command {
constructor(... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/review.js | src/commands/applications/review.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Paste = require("../../database/models/transcript.js");
const ReactionMenu = require("../../data/ReactionMenu.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "review... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/apply.js | src/commands/applications/apply.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const app = require("../../database/models/application/application.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/applications/approve.js | src/commands/applications/approve.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const App = require("../../database/models/application/application.js");
const Paste = require("../../database/models/transcript.js");
module.exports = class extends Command... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/adisallow.js | src/commands/alt detector/adisallow.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const alt = require("../../database/models/altdetector.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "adisallow",... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/abypass.js | src/commands/alt detector/abypass.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const alt = require("../../database/models/altdetector.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "abypass",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/amodlog.js | src/commands/alt detector/amodlog.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const alt = require("../../database/models/altdetector.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "amodlog",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/atoggle.js | src/commands/alt detector/atoggle.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const alt = require("../../database/models/altdetector.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "atoggle",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/aaction.js | src/commands/alt detector/aaction.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const alt = require("../../database/models/altdetector.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "aaction",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/identifyalts.js | src/commands/alt detector/identifyalts.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const ReactionMenu = require("../../data/ReactionMenu.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "findalts",
aliases: ["identifyalt", "findalt", "identifyalts"... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/youngest.js | src/commands/alt detector/youngest.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const ReactionMenu = require("../../data/ReactionMenu.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "youngest",
aliases: ["young"],
usage: "<date>",
ca... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/alt detector/asetdays.js | src/commands/alt detector/asetdays.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const alt = require("../../database/models/altdetector.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "asetdays",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/simprate.js | src/commands/fun/simprate.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "simprate",
aliases: ["howsimp"],
description: "See how simp ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/asciify.js | src/commands/fun/asciify.js | const Command = require("../../structures/Command");
const figlet = require("util").promisify(require("figlet"));
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "asciify",
aliases: ["bigtext", "banner"],
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/catfact.js | src/commands/fun/catfact.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "catfact",
aliases: ["catfacts", "cf"],
description: "Generate a rando... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/vaporwave.js | src/commands/fun/vaporwave.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "vaporwave",
description: "Vaporwavefies a text.",
category: ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/joke.js | src/commands/fun/joke.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "joke",
description: "Generate a random joke from jokeAPI",
category: "Fun",
});
}
async run(message) {
c... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/dogfact.js | src/commands/fun/dogfact.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "dogfact",
aliases: ["df"],
description: "Generate a random useless dog... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/kaomoji.js | src/commands/fun/kaomoji.js | const Command = require("../../structures/Command");
const rightThere = [
"凸(`0´)凸",
"凸ಠ益ಠ)凸",
"凸(⊙▂⊙ )",
"┌П┐(►˛◄’!)",
"凸(-0-メ)",
"凸(`⌒´メ)凸",
"凸(`△´+)",
"( ︶︿︶)_╭∩╮",
"凸(`ι _´メ)",
"凸(>皿<)凸",
"凸(^▼ェ▼メ^)",
"t(=n=)",
"t(- n -)t",
"凸(¬‿¬)",
"┌∩┐(◣_◢)┌∩┐",
"┌∩┐(ಠ_ಠ)┌∩┐",
"╭∩╮(︶︿︶)╭∩╮",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | true |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/gayrate.js | src/commands/fun/gayrate.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "howgay",
aliases: ["gayrate"],
description: "See how gay you... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/kill.js | src/commands/fun/kill.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "kill",
description: "Kill someone! !",
category: "Fun",
cooldown: 3,
});
}
async run... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/emojify.js | src/commands/fun/emojify.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const specialCodes = {
0: ":zero:",
1: ":one:",
2: ":two:",
3: ":three:",
4: ":four:",
5: ":five:",
6: ":six:",
7: ":seven:",
8: ":eight:",
9: ":nine:",
"#": ":hash:",
"*": ":asterisk:",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/coinflip.js | src/commands/fun/coinflip.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "coinflip",
description: "Flip a coin",
category: "Fu... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/pickupline.js | src/commands/fun/pickupline.js | const Command = require("../../structures/Command");
const line = [
"Are you Node.js because I'd always give you a callback? I promise",
"I hope you know CPR because you take my breath away!",
"You've made me so nervous that I've totally forgotten my standard pick-up line.",
"Are you a trap card? Because I’ve ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/dicksize.js | src/commands/fun/dicksize.js | const Command = require("../../structures/Command");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "dicksize",
aliases: ["ds", "pp", "ppsize"],
description: "Shows you your PP size",
category: "Fun",
cooldown: 3,
});
}
async run(messa... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/rate.js | src/commands/fun/rate.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "rate",
description: "Give me something and ill rate",
categor... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/birdfact.js | src/commands/fun/birdfact.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "birdfact",
aliases: ["birdfacts", "bf"],
description: "Generate a rand... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/f.js | src/commands/fun/f.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "f",
description: "Pay your respect!",
category: "Fun",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/yomama.js | src/commands/fun/yomama.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "yomama",
aliases: ["yomoma", "yommama", "yommoma"],
description: "Make the bot ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/say.js | src/commands/fun/say.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const send = require(`../../packages/logs/index.js`);
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "say",
description: "Make the bot send a message!",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/reverse.js | src/commands/fun/reverse.js | const discord = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "reverse",
aliases: ["rev"],
description: "Sends the same mess... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/quote.js | src/commands/fun/quote.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "quote",
description: "Make a quoted text!",
category: "Fun",
cooldown: 3,
});
}
asyn... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/zalgo.js | src/commands/fun/zalgo.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
const zalgo = require("zalgolize");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "zalgo",
aliases: ["zalgolize"],... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/nuke.js | src/commands/fun/nuke.js | const Command = require("../../structures/Command");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "nuke",
description: "nuke a server (FAKE) !",
category: "Fun",
cooldown: 3,
});
}
async run(message) {
message.channel
.sendCusto... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/fun/uselessweb.js | src/commands/fun/uselessweb.js | const Command = require("../../structures/Command");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "uselessweb",
description: "See a random site from theuselessweb.com",
category: "Fun",
cooldown: 3,
});
}
async run(message) {
var site... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/addbadge.js | src/commands/owner/addbadge.js | const Command = require("../../structures/Command");
const User = require("../../database/schemas/User");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "addbadge",
aliases: ["ab"],
description: "Add a certain badge to a user.",
category: "Owner",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/maintenance.js | src/commands/owner/maintenance.js | const Command = require("../../structures/Command");
const Maintenance = require("../../database/schemas/maintenance");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "maintenance",
aliases: ["maintenance"],
description: "Sets the bot to maintenance",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/unblacklist.js | src/commands/owner/unblacklist.js | const Command = require("../../structures/Command");
const { WebhookClient, MessageEmbed } = require("discord.js");
const config = require("../../../config.json");
const webhookClient = new WebhookClient({
url: config.webhooks.blacklist,
});
const Blacklist = require("../../database/schemas/blacklist");
module.expo... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/fetchinvite.js | src/commands/owner/fetchinvite.js | const Command = require("../../structures/Command");
const rgx = /^(?:<@!?)?(\d+)>?$/;
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "fetchinvite",
aliases: ["finvite", "finv"],
description: "Fetch an invite!",
category: "Owner",
ownerOnly: t... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/addcode.js | src/commands/owner/addcode.js | const Command = require("../../structures/Command");
const Premium = require("../../database/schemas/GuildPremium");
const discord = require("discord.js");
const moment = require("moment");
var voucher_codes = require("voucher-code-generator");
module.exports = class extends Command {
constructor(...args) {
supe... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/blacklist.js | src/commands/owner/blacklist.js | const Command = require("../../structures/Command");
const { WebhookClient, MessageEmbed } = require("discord.js");
const config = require("../../../config.json");
const webhookClient = new WebhookClient({
url: config.webhooks.blacklist,
});
const Blacklist = require("../../database/schemas/blacklist");
module.export... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/removebadge.js | src/commands/owner/removebadge.js | const Command = require("../../structures/Command");
const User = require("../../database/schemas/User");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "removebadge",
aliases: [],
description: "Remove a certain badge to a user.",
category: "Owner",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/restart.js | src/commands/owner/restart.js | const Command = require("../../structures/Command");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "restart",
aliases: ["reboot"],
description: "Restart the bot!",
category: "Owner",
ownerOnly: true,
});
}
async run(message) {
aw... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/setNews.js | src/commands/owner/setNews.js | const Command = require("../../structures/Command");
const NewsSchema = require("../../database/schemas/Pogy");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "setnews",
description: "This is for the developers.",
category: "Owner",
usage: ["<text>"... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/server.js | src/commands/owner/server.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const moment = require("moment");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "server",
aliases: [],
description: "Check the server",
category: "... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/servers.js | src/commands/owner/servers.js | const Command = require("../../structures/Command");
const ReactionMenu = require("../../data/ReactionMenu.js");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "servers",
aliases: [],
description: "Check the ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/exec.js | src/commands/owner/exec.js | const Command = require("../../structures/Command");
const { exec } = require("child_process");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "exec",
aliases: ["execute"],
description: "This is for the developers.",
category: "Owner",
usage: ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/eval.js | src/commands/owner/eval.js | const Command = require("../../structures/Command");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "eval",
aliases: ["ev"],
description: "This is for the developers.",
category: "Owner",
usage: ["<thing-to-eval>"],
ownerOnly: true,
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/owner/leaveguild.js | src/commands/owner/leaveguild.js | const Command = require("../../structures/Command");
const rgx = /^(?:<@!?)?(\d+)>?$/;
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "leaveguild",
aliases: ["lg"],
description: "Leave a guild!",
categ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/autoresponselist.js | src/commands/config/autoresponselist.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const autoResponse = require("../../database/schemas/autoResponse.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/setlanguage.js | src/commands/config/setlanguage.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "setlanguage",
aliases: ["setlang", "lang"],
description: "Se... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/customcommand.js | src/commands/config/customcommand.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const customCommand = require("../../database/schemas/customCommand.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/autoresponse.js | src/commands/config/autoresponse.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const autoResponse = require("../../database/schemas/autoResponse.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/tempvc.js | src/commands/config/tempvc.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const Vc = require("../../database/schemas/tempvc");
const { MessageEmbed } = require("discord.js");
const mongoose = require("mongoose");
module.exports = class extends Command {
constructor(...args) {
su... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/deleteresponse.js | src/commands/config/deleteresponse.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const autoResponse = require("../../database/schemas/autoResponse.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/togglecategory.js | src/commands/config/togglecategory.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "togglecategory",
description: "Disable or enable a category in the... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/anti-links.js | src/commands/config/anti-links.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "anti-links",
aliases: ["anti-link", "antilink", "antilink"... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/config.js | src/commands/config/config.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "settings",
aliases: ["cfg"],
description: "Show's t... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/suggestions.js | src/commands/config/suggestions.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "suggestion",
description: "Enable or disable and approve ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/anti-invites.js | src/commands/config/anti-invites.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "anti-invites",
aliases: ["anti-invite", "antiinvite", "an... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/customcommandlist.js | src/commands/config/customcommandlist.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const customCommand = require("../../database/schemas/customCommand.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/prefix.js | src/commands/config/prefix.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "setprefix",
description: "Sets the prefix for this server",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/afk.js | src/commands/config/afk.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const afk = require("../../database/models/afk.js");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "afk",
aliases... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/togglecommand.js | src/commands/config/togglecommand.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "togglecommand",
description: "Disable or enable commands in the gu... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/config/deletecommand.js | src/commands/config/deletecommand.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const customCommand = require("../../database/schemas/customCommand.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/help.js | src/commands/information/help.js | const { MessageEmbed } = require("discord.js");
const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { stripIndent } = require("common-tags");
const emojis = require("../../assets/emojis.json");
module.exports = class extends Command {
constructor(...args)... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/avatar.js | src/commands/information/avatar.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "avatar",
aliases: ["profilepic", "pic", "ava", "av"],
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/ping.js | src/commands/information/ping.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const { stripIndent } = require("common-tags");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "ping",
ali... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/servericon.js | src/commands/information/servericon.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "servericon",
aliases: ["sicon"],
description: "Display's the current Server Icon",
category: "Informa... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/uptime.js | src/commands/information/uptime.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "uptime",
aliases: ["ut", "uptime"],
cooldown: 2,
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/news.js | src/commands/information/news.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Pogy");
const Guildd = require("../../database/schemas/Guild");
const { MessageEmbed } = require("discord.js");
const moment = require("moment");
moment.suppressDeprecationWarnings = true;
module.exports = class extends ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/serverinfo.js | src/commands/information/serverinfo.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const Guild = require("../../database/schemas/Guild");
function checkDays(date) {
let now = new Date();
let diff = now.getTime() - date.getTime();
let days = Math.floor(diff / 86400000);
return days + (days == ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/permissions.js | src/commands/information/permissions.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const moment = require("moment");
const permissions = require("../../assets/json/permissions.json");
moment.suppressDeprecationWarnings = true;
module.exports = class extends Command {
constructor(...args) {
supe... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/userinfo.js | src/commands/information/userinfo.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const Guild = require("../../database/schemas/Guild");
const User = require("../../database/schemas/User");
const Nickname = require("../../database/schemas/nicknames");
const Usernames = require("../../database/schema... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/members.js | src/commands/information/members.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const Guild = require("../../database/schemas/Guild");
const ReactionMenu = require("../../data/ReactionMenu.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "memb... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/emojis.js | src/commands/information/emojis.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const Guild = require("../../database/schemas/Guild");
const ReactionMenu = require("../../data/ReactionMenu.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "emoj... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/information/stats.js | src/commands/information/stats.js | const Command = require("../../structures/Command");
const { MessageEmbed } = require("discord.js");
const { mem, cpu, os } = require("node-os-utils");
const { stripIndent } = require("common-tags");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/reddit.js | src/commands/images/reddit.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "reddit",
description: "Get a random photo from specified subreddit",
category: "Images",
cooldown: 2,
});
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/iphonex.js | src/commands/images/iphonex.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "iphonex",
description: "Make someone fit in an iphonex!",
category: "Images",
... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/blurpify.js | src/commands/images/blurpify.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "blurpify",
description: "Blurpify a picture!",
category: "Images",
cooldo... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/imposter.js | src/commands/images/imposter.js | const Command = require("../../structures/Command");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
const request = require("request-promise-native");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "impostor",
alia... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/notimposter.js | src/commands/images/notimposter.js | const Command = require("../../structures/Command");
const request = require("request-promise-native");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "notimpostor",
al... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/deepfry.js | src/commands/images/deepfry.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "deepfry",
description: "deepfry a picture!",
category: "Images",
cooldown... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/trumptweet.js | src/commands/images/trumptweet.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const discord = require("discord.js");
const Guild = require("../../database/schemas/Guild");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "trumptweet",
aliases: ["trump"... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/clyde.js | src/commands/images/clyde.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "clyde",
description: "Sends a ... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/changemymind.js | src/commands/images/changemymind.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "changemymind",
aliases: ["chmm... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/awooify.js | src/commands/images/awooify.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "awooify",
aliases: [],
description: "awooify someone!",
category: "Images... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Pogy-Bot/Pogy | https://github.com/Pogy-Bot/Pogy/blob/f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4/src/commands/images/magik.js | src/commands/images/magik.js | const Command = require("../../structures/Command");
const fetch = require("node-fetch");
const Guild = require("../../database/schemas/Guild");
const discord = require("discord.js");
module.exports = class extends Command {
constructor(...args) {
super(...args, {
name: "magik",
aliases: [],
des... | javascript | Apache-2.0 | f7c1064b0b3c42fa048f81ad44e2d8c2550c61a4 | 2026-01-05T03:42:26.582797Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.