Skip to the content.



Pogy the Discord Bot

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

mongo discordjs license

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!

Pogy even has the following features on the website

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": "", // bot main 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
}

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

for dashboard set up read https://github.com/IgorKowalczyk/majobot

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

Colors

License

Released under the Apache License license.

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

Credits