itstylerrr / pepper

Multipurpose Discord Bot. Full created with Discord.js Library at v13.6.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌶️ Pepper 🌶️

License Contributors Support Server

Multipurpose Discord Bot. Full created with Discord.js Library at v13.6.0

Scripts

Scripts that available in package.json file.

Name Script Description
Start npm start Run the bot
Development npm run dev Run the bot in Development Mode
Shard npm run shard Run and Shard the Bot

Getting Started

Clone this Repository

$ git clone https://github.com/itstylerrr/pepper.git
$ cd pepper

Install all required packages

$ ./install.sh

Create a Environment Variable

$ cd botconfig
$ cp main.json

Fill all Required Fields at botconfig/main.json

  • For botconfig/main.json
{
  "clienttoken": "",

  "Note_Token:":"Put Your Bot Token Above (If your using replit then make a new secret 'clienttoken' and put ur bot token there... and then keep this string empty)",

  "clientname": "Your Bot Name",

  "clientid": "Your Bot ID",

  "TestingServerID": "Your Server ID",

  "clientavatar":"https://cdn.discordapp.com/avatars/896571984345985024/91b5cd580fe5bab5e420da0ad818d8bb.png",

  "prefix": "?",

  "developerID": ["Your ID","ID2","ID3","ID4"],

  "colorthemecode":"#93268f",
  
  "randomMessages_Cooldown": ["Random", "Message", "Array"],


  "NOTE:" : "IF YOU DONT PUT STUFF HERE IT WILL THROW ERRS"
}

Run the bot

Run the bot using available scripts. View the Available Run Script List.

You should ready to go.

To-do

👀👀

License

This Project is Under Apache License 2.0 © -Tyler#7922

About

Multipurpose Discord Bot. Full created with Discord.js Library at v13.6.0


Languages

Language:JavaScript 100.0%