Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateisr/amuzantiujs

Discord bot written in JS.
https://github.com/mateisr/amuzantiujs

Last synced: 3 months ago
JSON representation

Discord bot written in JS.

Awesome Lists containing this project

README

        

# Amuzantiu

Amuzantiu is a Discord bot written in Discord.js for small communities.

## Installation

Node.js version `>=16.9`

```bash
npm start
```

## Usage

Set TOKEN environmental variable to your bot's:

### .env

```env
TOKEN = ""
SpotifySecret = ""
LAVALINK_PASS = "" (to be changed)
MONGODB_SRV = ""
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.