Eco+ is a Economy bot
Invite Eco+
||
Report Bug
||
Request Feature
A Tutorial has been uploaded on YouTube, Watch it by clicking here
- [•] Slash Commands
- [•] Custom prefix
- [•] Mongoose database
- [•] Easy to use
- [•] Many more!
- Nodejs-v16
- Discord.js-v13
- 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!!!
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.
- 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
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
- Eco+'s Support Server Invite
You can support us by boosting our server so, it helps to maintain this project
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/economyBot.git
- Create your feature branch:
git checkout -b my-new-feature
- Stage changes
git add .
- Commit your changes:
cz
ORnpm run commit
do not usegit commit
- Push to the branch:
git push origin my-new-feature
- Submit a pull request