💬 Update README

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-02-16 19:15:35 +01:00
parent 7c9cccd0a6
commit c02dfc64f5
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -1,16 +1,18 @@
# 🤖sidBot | A Discord bot # 🤖sidBot | A Discord bot
[![Add sidBot](https://img.shields.io/badge/-Add%20Bot-141B2E?style=for-the-badge&logo=discord)](https://discord.com/api/oauth2/authorize?client_id=1054491638682095626&permissions=8&scope=bot) <br>
> [!IMPORTANT]
> _As of 16.02.25 this bot will no longer be maintained as I've decided not to use Discord anymore. It will not be available to add anymore, and won't be maintained._
## 📝 Info ## 📝 Info
This repo contains both a Python Discord bot and a JavaScript Discord bot. In both their respective folders is a README containing info on them. This repo contains both a Python Discord bot and a JavaScript Discord bot. In both their respective folders is a README containing info on them.
The Python version was made during Dec. 2021 - Mar. 2022, while the JavaScript version is a current WIP which I started coding around Dec. 2022. The Python version was made during Dec. 2021 - Mar. 2022, while the JavaScript version was a WIP which I started coding around Dec. 2022.
The reason why I moved over to JavaScript is because I read some place that the [discord.py](https://github.com/Rapptz/discord.py) library was getting shut down (it did not lol). The reason why I moved over to JavaScript is because I read some place that the [discord.py](https://github.com/Rapptz/discord.py) library was getting shut down (it did not lol).
## 🎓 What I've learned from the project so far ## 🎓 What I learned from the project
- Both syntax of Python and JavaScript, first time I've built a project in both of them - Both syntax of Python and JavaScript, first time I've built a project in both of them
- A bit of the Flask framework - A bit of the Flask framework
@ -20,7 +22,7 @@ The reason why I moved over to JavaScript is because I read some place that the
- How a Discord bot works - How a Discord bot works
- The security risk of someone getting your bots token - The security risk of someone getting your bots token
## 💡 Future plans: ## 💡 Plans I had for the bot:
- [ ] An auto welcome message for new users on the server - [ ] An auto welcome message for new users on the server
- [ ] !Xquote - Bot sends quotes from breaking bad, star wars etc. - [ ] !Xquote - Bot sends quotes from breaking bad, star wars etc.