Skip to content

A fully customizable discord bot made with discord.js with over 183 commands, 12 categories, and a fully customizable dashboard. Watching over 350,000 users and 1k guilds. [deprecated]

License

peterhanania/Pogy

Repository files navigation



Pogy the Discord Bot [ Discord.js v12 ]

A fully customizable bot built with 183 commands, 12 categories and a dashboard!

AboutFeaturesInstallationSetting UpLicenseDonateCredits

About

Pogy is a discord bot that took over 4 months of work to make. I decided to make the bot open sourced to whoever wants to run a copy in their server! You can click this link to invite the official Bot! Also, you can join the official Pogy's Support Server for assistance.

If you like this repository, feel free to leave a star ⭐ and follow me, it actually means a lot.

183+ commands and 12 different categories!

  • alt detector: Blocks alts from the guild
  • applications: Manage applications from the website
  • config: Configure server settings
  • utility: Some utility commands
  • economy: Started but not done
  • fun: A ton of commands to keep your server active
  • images: Image Commands
  • information: Information Commands
  • moderation: Mod commands to moderate your discord server
  • nsfw: 👀
  • reaction roles: Reaction roles
  • tickets: Guild tickets for support

Pogy even has the following features on the website

  • Ticket Transcripts + Application Transcripts
  • Contact & Report page
  • Welcome messages and farewell messages including embeds.
  • Full customizable Logging and moderation
  • Full customizable Suggestions and Server Reports
  • A built in Premium system
  • A built in maintenance mode
  • A members Page
  • Auto Mod, Levelling, and Commands ( not done )
  • Built in TOP.gg API

Webhooks: (for developers) With Pogy You can even log everything using webhooks. ( you will have to change each webhook using visual studio code )

Installation

First clone the repo:

git clone https://github.com/peterhanania/Pogy.git

After cloning, run an

npm install

Setting Up

Your config.json should look like this:

{
  "main_token": process.env.token, 
  "mongodb_url": "", // Mongo DB URL
  "developers": ["", ""], // Developers ID
  "datadogApiKey": "", // For Statistics (optional)
  "dashboard": "false", 
  "prefix": "p!", // Prefix
  "arc": "", // Arc.io Source (optional)
  "youtube_key": "", // Youtube api key from https://console.cloud.google.com/apis/
  "cat_api_key": "",// https://thecatapi.com/signup
  "webhook_id": "", // Read config.json
  "webhook_url": "" // Read config.json
}

Your config.js should look like this:

module.exports = {
 "verification": "",
 "description": "", // Description
 "domain": "", // domain
 "google_analitics": "", // Google Analitics
 "token": process.env.TOKEN,
 "https":"https://", // Leave as is
 "port":"5003",

 "client_id":"", // Bot client ID
 "secret":""// Bot client secret for auth

}

Your .env file should be:

TOKEN=BOT_TOKEN

Callbacks on Auth Dev Portal: https://domain/callback https://domain/window https://domain/thanks

Please make sure you have enabled Privileged Intents on your Discord developer portal. You can find these intents under the "Bot" section, and there are two ticks you have to switch on. For more information on Gateway Intents, check out this link.

You can launch the bot with npm run start (make sure you have node and npm installed).

Important Note: Pogy has so many bugs and requires a lot of js knowledge. You will have some difficulty running the bot if you have no experience in discord.js.

Emojis

  • You can change the emojis in:
    1- assets/emojis.json
    2- data/emoji.js

Colors

  • You can change the colors in data/colors.js

License

Released under the Apache License license.

Donate

You can donate Pogy and make it stronger than ever by clicking here!

Credits

  • Peter Hanania - head developer - github
  • Wlegit - developer - github
  • Slayer - Contributor - Command Handler base github
  • Ace - Contributor - Embed builder github
  • Majo - Dashboard base + css - github
  • loom - Contributor + Translation - github website
  • Mezo - German Translation - github website

Localization README.md's

Language
French
German

About

A fully customizable discord bot made with discord.js with over 183 commands, 12 categories, and a fully customizable dashboard. Watching over 350,000 users and 1k guilds. [deprecated]

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published