Evee is an awesome discord bot made to cover all the needs in discord community such as fun, music and management!
Report Bug
·
Invite Evee to your Server
·
Request Feature
Table of Contents
There are many great Discord Bots that have really cool features; however, we didn't find one that covered all of our needs so we started to develop Evee in order to just have 1 bot on our server that can do what would take 5 bots to do.
Why should you add Evee to your Discord server? Here's why:
- With Evee you can request a feature that you find really cool and we will implement it
- Why have a lot of bots with different commands and prefix when you can have just one that does everything
In case you want to run this code on your computer make sure you follow this guide in the right order and everything should work just fine.
Install Make sure to install Node.js version 16.6 or higher, and Discord JS version 13. After installing Node.js you can install Discord v13 by running the appropriate command in your terminal or command prompt.
Discord JS
npm install discord.js
This are the steps you must follow in order to make your bot work in your computer.
- Clone the repository
git clone git@github.com:diogodeese/Evee.git
- Install NPM packages
npm install
- Create and config the
.env
fileTOKEN=<Bot Token Here> GUILD_ID=<Your Guild ID> ENV=production
Only use ENV
variable equals to production
when you intend to deploy the commands to all the servers that the bot are in, otherwise leave it blank. If you are editing and testing new features with the bot DO NOT assign the variable to production
.
Distributed under the GNU GPLv3 License. See LICENSE.txt
for more information.