You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-18Lines changed: 13 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@
16
16
</div>
17
17
18
18
> [!WARNING]
19
-
**This bot (without plenty of tweaking) is not ready for production use, we suggest against using it until announced. Join our support server: [atl.dev](https://discord.gg/gpmSjcjQxg) for more info!**
19
+
**This bot is still a work in progress and issues are expected. If you self-host our bot please join our support server[here](https://discord.gg/gpmSjcjQxg) for announcements and support.**
20
20
21
21
## About
22
22
23
-
Tux is an all in one Discord bot for the All Things Linux Discord server.
23
+
Tux is an all in one Discord bot originally designed for the All Things Linux Discord server.
24
24
25
25
It is designed to provide a variety of features to the server, including moderation, support, utility, and various fun commands.
26
26
@@ -31,7 +31,6 @@ It is designed to provide a variety of features to the server, including moderat
31
31
- Docker and Docker Compose for development and deployment
32
32
- Strict typing with Pyright and type hints
33
33
- Type safe ORM using Prisma
34
-
- PostgreSQL database with Supabase
35
34
- Linting and formatting via Ruff and Pre-commit
36
35
- Justfile for easy CLI commands
37
36
- Beautiful logging with Loguru
@@ -56,7 +55,7 @@ It is designed to provide a variety of features to the server, including moderat
56
55
57
56
- Python 3.13
58
57
-[Poetry](https://python-poetry.org/docs/)
59
-
-[Supabase](https://supabase.io/)
58
+
-[Supabase](https://supabase.io/) or any PostgreSQL database
0 commit comments