tux
tux copied to clipboard
Tux is an all in one bot for the All Things Linux discord server.
**This will need to be done before 0.1.0** ## TODO - [x] Uninstall Prisma-related packages and install SQLModel packages. - [x] Refactor models and DB scripts to SQLModel conventions. -...
## Is your feature request related to a problem? Please describe New users often get confused by, or ignore snippet invocations meant for them.  ## Describe the solution you'd...
## Description When the command is run makes a post in a defined channel which has two buttons, approve and deny, those buttons can only be interacted with by admins....
not just the original sender, only original user should be able to interact Author: electron271
only prefix command Author: electron271
Given what I've looked through and the conversation I had inside of the dev server, changing the exp from **1.75 to 2** shouldn't break anything _(from what I can see)_....
https://github.com/allthingslinux/tux/blob/1f6172860060d09d87f5bee8385cdb3877d7f82e/tux/cogs/fun/fact.py#L78 ```python import random from enum import Enum from discord import app_commands from discord.ext import commands from tux.bot import Tux from tux.ui.embeds import EmbedCreator from tux.utils.config import CONFIG from tux.utils.functions...
Move stuff such as fun facts into files in assets/data to organize further.
… and improved Discord integration Introduce a comprehensive TLDR client to manage fetching, caching, and displaying TLDR pages. This includes support for multiple languages and platforms, with automatic cache updates...
## Is your feature request related to a problem? Please describe Currently the tux client doesn't comply with the client specifications https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md Mainly, tux doesn't remove the placeholder curly braces....