Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grook8958/icy-bot-old
- Owner: grook8958
- License: mit
- Created: 2021-07-23T19:01:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T20:28:30.000Z (about 3 years ago)
- Last Synced: 2023-03-08T17:45:17.747Z (over 1 year ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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.