Skip to content

A fully customizable discord bot with over 183 commands, 12 categories, and a fully customizable dashboard. Watching over 210,000 users and 330 guilds.

License

abdulnaufalpv/Pogy

 
 

Repository files navigation



Pogy the Discord Bot

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

AboutFeaturesInstallationSetting UpLicenseDonateCredits

About

Pogy is a discontinued 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 liked this repository, feel free to leave a star ⭐ and follow me, it actually means a lot.

Features

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 Developer) 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
  "alexflipnoteApiKey":"", //get from https://discord.gg/bsUDZqUbyz
  "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

Pease 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 node shard.js

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

About

A fully customizable discord bot with over 183 commands, 12 categories, and a fully customizable dashboard. Watching over 210,000 users and 330 guilds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • EJS 37.9%
  • CSS 5.0%