Skip to content

SxMAbel/economyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Pbot-plus

Eco+

Eco+ is a Economy bot

Invite Eco+ || Report Bug || Request Feature

📝 Tutorial

A Tutorial has been uploaded on YouTube, Watch it by clicking here

🎭 Features

  • [•] Slash Commands
  • [•] Custom prefix
  • [•] Mongoose database
  • [•] Easy to use
  • [•] Many more!

🖼️ Screenshots


📎 Requirements

🌐 Main

  • Discord bot's token You should know why you need this or you won't go to this repo Get or create bot here
  • Your ID for eval (owners command). It's dangerous if eval is accessible to everyone!!!

🚀 Installation from source

git clone https://github.com/SxMAbel/economyBot.git

After cloning, run an

npm install
  • Start the bot with node index.js

*To snag all of the dependencies. Of course, you need node installed. I also strongly recommend nodemon as it makes testing much easier.

⚙️ Configurations

  • edit in src/config.js or you can edit in .env
    token: process.env.TOKEN || "", // Your Bot's Token
    mongourl: process.env.MONGOURL || "", // Mongo database cluster login url here
    embedColor: process.env.EMBEDCOLOR || "#ff7f50", // Embed Color
    guildCreateLogs: process.env.GUILDCREATELOGS || "939505896780857384", // Channel ID of the channel to send when the bot is added to a server
    guildDeleteLogs: process.env.GUILDDELETELOGS || "939505897837834301", // Channel ID of the channel to send when the bot is removed from a server
    ownerID: process.env.OWNERID || "809213892857167942", // Your discord User ID

🌀 About

This bot is a economy bot which is open sourced! If you liked this repository, feel free to leave a star ⭐ to help promote !

💌 Support Server

DiscordBanner

Support Us

You can support us by boosting our server so, it helps to maintain this project

🤝 Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/economyBot.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Stage changes git add .
  5. Commit your changes: cz OR npm run commit do not use git commit
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request