knightrider/README.md

37 lines
781 B
Markdown
Raw Permalink Normal View History

2021-08-25 01:01:46 +01:00
# knightrider
the all-purpose open source discord bot for CWH11's Hangout Crew.
### set up
- go to discord.com/developers and make a bot token
2025-01-18 01:27:58 +00:00
- take note of the client id, client secret, snd then bot token
- make a mysql server with a db
- copy the .env.example file to .env fill in the client id, client secret bot token and database uri
- from the folder run `npm install --save-dev` then `npm run build` finally `npm run start`
## Features
[ ] - reaction roles
[ ] - message macros
[ ] - custom reaction role embeds
[ ] - reaction ban
[ ] - reaction kick
2021-08-25 01:01:46 +01:00
2025-01-18 01:27:58 +00:00
[ ] - user info/strike system
2021-08-25 01:01:46 +01:00
2025-01-18 01:27:58 +00:00
[ ] - CAPS spam
2021-08-25 01:01:46 +01:00
2025-01-18 01:27:58 +00:00
~~[ ] - word filter~~ (use built in auto mod)
2021-08-25 01:01:46 +01:00
2025-01-18 01:27:58 +00:00
[ ] - simple web dashboard
2021-08-25 01:01:46 +01:00
2025-01-18 01:27:58 +00:00
~~[ ] - mc server status command~~ (use McStatus https://mcstauts.net/bot)