Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mateisr/amuzantiujs
- Owner: MateiSR
- Created: 2021-09-27T19:32:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T20:55:04.000Z (over 2 years ago)
- Last Synced: 2023-03-08T18:35:16.802Z (almost 2 years ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.