- Notifications
You must be signed in to change notification settings - Fork60
🤖 A light-weight and easy-to-use modular Discord bot built with DiscordJS.
License
MIT, Apache-2.0 licenses found
Licenses found
ddinan/tsuyo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Currency/points system
- XP levelling
- Per-guild settings
- Fun games and commands
- Moderation and logging
- Helpful community and quality support
A couple of dependencies you will need:NodeJS - A JavaScript runtime, it also has NPM built-in.
Once NodeJS is installed, install the npm dependencies in the windows command prompt.
cd [folder where the package.json is]
npm install
Now that the hard part is over, installation is a simple as a couple of clicks(and patience depending on your internet speed). Simply fork or download the repository and then execute this in the windows command prompt.
cd [folder where bot.js is]
node bot
By default, the only thing you will need to edit in.env is the bot's token. If you're not sure on how to get a bot token, you can followthis tutorial made by our friends over atReactiflux.
TOKEN=SEE-ABOVE-IF-NOT-SURE
Optionally, you can edit the other stuff too if you want to add DBL voting and server count and dashboard.
Setting up the dashboard is disabled by default, only follow these steps if you plan on hosting the dashboard.
- Create afree account withMongoDB.
- Create anew cluster using eitherpremium orfree plans.
- After the cluster has been created, clickconnect.
- Set up credentials and then click onChoose a connection method. Remember your
<dbUser>
and<dbUserPassword>
values, we will be using them later.
- SelectConnect with the MongoDB shell.
- Grab your
<dbName>
and<identifier>
values from here, we will be using them shortly.
- After MongoDB has been set up, navigate to your
.env
file located where the bot folder is and add the following line into it. Replace<dbUser>
,<dbUserPassword>
,<dbName>
and<identifier>
with the values you have set up with MongoDB.MONGODB_HOST=mongodb+srv://<dbUser>:<dbUserPassword>@<dbName>.<identifier>.mongodb.net/database?retryWrites=true&w=majority
- Run the bot and the dashboard should be running.
You can find information on editing files, pull requests, merge requests and issueshere.
We have a public instance of the bot which you can add to your Discordhere.
Why not join theofficial Tsuyo Bot Support Discord? With lots of things to do and loads of members to chat with, it's one of the most friendly places on the internet... sorta.
About
🤖 A light-weight and easy-to-use modular Discord bot built with DiscordJS.