TheChilliPL / juan

A simple Discord utility bot
Mozilla Public License 2.0
0 stars 0 forks source link

juan.

A simple Discord utility bot made with TypeScript and Discord.js.

How to use

Public instance

To use the public instance of this bot, the only thing you have to do first is invite him to your server by clicking here.

Some features may require additional configuration.

Private instance

To use the private instance of this bot, you need to create an application and get your bot token.

Note that the instance is provided in an as-is state, and we do not provide any guarantees. Nonetheless, if something doesn't work, you can always report an issue.

You can pass the token using the TOKEN environment variable, or put it as such in the .env file in the root directory:

TOKEN=YOUR_TOKEN_HERE

Ensure that the vault directory created by the bot in its root folder to store data is accessible and persistent.

To start the bot, just run npm start in the root directory.