Zoro is a free and opensource discord bot who's main object is to entertain its users. He's still in his infancy stage equipped with some fun and basic moderation commands.
😊 Show some ❤️ by giving a star! ⭐
You can clone this repo and host the bot yourself
git clone https://github.com/Arun-kc/novicebot.git
After cloning, run an
npm install
to snag all of the dependencies. Of course, you need node installed. I also strongly recommend nodemon as it makes testing much easier.
npm i nodemon
You have to create a .env file in order to run the bot (you can use the example file provided as a base). Your file should look something like this:
BOTTOKEN=123456
TENORKEY=123456
prefix=z!
AUTHORID=12345
MONGOPATH=mongodb+srv://....
Visit the Discord developer portal to create an app and use the client token you are given for the BOTTOKEN
option. You can get your TENORKEY
from Tenor API. AUTHORID
is your own Discord Id and for MONGOPATH
is your mongodb path you get from MongoDB Atlas.
Once the set up is done you can run the bot using the command
npm run dev
Check out contribution for more info
Zoro is in his infacy stage with continuous state of development. New features/updates may come at any time Some pending ideas are:
- Music
- Economy
- Profile
- Memes
- Reaction roles
- Full fledged moderation
Powered by:
Contributions are welcome! <3
Made with ❤️ and JavaScript.