Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grook8958/icy-bot-old

A discord bot
https://github.com/grook8958/icy-bot-old

Last synced: 1 day ago
JSON representation

A discord bot

Awesome Lists containing this project

README

        

# Icy-bot
A multi-purpose discord bot using the latest features of discord using the [NodeJS](https://nodejs.org/) engine.

**This project is still Work In Progress and is incomplete**

# Dependencies

- discord.js v13.0.1 `npm install discord.js`
- chalk v4.1.1 `npm install chalk`
- dotenv v10.0.0 `npm install dotenv`
- mongoose v5.13.3 `npm install mongoose`

# Changelog
- 11/08/2021 20:49 CEST: Removed all "normal" commands due to message becoming a priviledged intent.
- 29/07/2021 13:37 CEST: Added mute command, 3 translations fixed a couple of bugs in index.js, redis.js and load-events.js
- 28/07/2021 14:32 CEST: Added delete-warnings command and 2 new translastion, fixed bugs in warn.js and more bug fixes
- 26/07/2021 15:17 CEST: Added warnings command and 6 translations & fixed some bugs
- 25/07/2021 11:44 CEST: Added warn command and 1 new translation
- 24/07/2021: Added ban and unban slash-commands and added 8 new translations
- 23/07/2021: Updated settings.js various bug fixes and added 2 translations to messages.json

# Setup
To easily setup your workspace run `install-packages.bat`. This will install all dependencies and create the `.env` file where you will have to specify a couple of values such as the bot token and your mongodb uri.