Heyimlulu / Paanya

A multipurpose fun bot for discord. Moderation, Image manipulation, Minigames and Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paanya - Discord Bot

Paanya Discord Bot

Moderation, Fun, General, Image, Minigame, Social & Utility commands.

Getting started

Prerequisites

You need to do the following

  • Install NodeJS on your computer
  • Install the Discord.JS module
    • You can also check their guide here
  • Install the Discord-akairo framework
  • Register to the Google Cloud platform for the tts commands
  • Register to theses websites to get your API key
    • Imgur, Giphy, Reddit, Steam, RapidAPI for Urban Dictionary & Danbooru
  • A PostGreSQL or any SQL database for the logging feature
    • npx sequelize-cli db:migrate

Installing

git clone https://github.com/Heyimlulu/Paanya.git
npm install

Running

First rename .env-example to .env

Then enter your bot token. You can find it in your applications tab on Discord Developer Portal

Now you can run the bot

# With Node
node index.js
npm start

# With pm2
pm2 start index.js --name "Paanya"

Author

  • Heyimlulu (Lucas)

Donation

Donations are optional, but are appreciated if you want to support this project ❤

Donate with PayPal button

Built with

License

Licensed under the GNU General Public License v3.0. Click for more information.

Paanya is named after the secondary character of Mashiro-iro Symphony, a manga by Minazuki, Futago (Art) and Palette (Story).

About

A multipurpose fun bot for discord. Moderation, Image manipulation, Minigames and Utilities

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%Language:Procfile 0.0%