1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
Tux is an all in one bot for the All Things Linux discord server.
Find a file
pre-commit-ci[bot] 46baeba19b
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.8)
2024-06-10 20:21:17 +00:00
.archive feat: add new mod.py and voice.py files in .archive directory for logging moderation and voice activities 2024-05-01 06:18:14 +00:00
.github chore(deps): update actions/checkout action to v4 2024-05-07 13:46:34 +00:00
assets add assets to assets folder 2024-06-02 14:29:39 -05:00
config update purge.py 2024-04-01 17:20:22 -05:00
docs style(README.md): replace CRLF line endings with LF for better cross-platform compatibility 2024-04-11 19:24:07 +00:00
infra chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
prisma [Commands] Make snippets per-guild 2024-05-14 12:46:03 -05:00
tux add atl.wiki support to the archwiki cog 2024-06-03 21:55:31 -05:00
.editorconfig feat: add .editorconfig for consistent coding style across different editors 2024-04-11 20:22:47 +00:00
.env.example feat(.env.example): add new environment variables for Github and reorganize the file for better readability 2024-04-28 20:49:12 +00:00
.gitignore chore(.gitignore): add github-private-key.pem to .gitignore to prevent accidental commit of private keys 2024-04-18 07:04:39 +00:00
.mise.toml feat: add .editorconfig for consistent coding style across different editors 2024-04-11 20:22:47 +00:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-06-10 20:21:17 +00:00
LICENSE.md [Fix] Embed.py and constants.py 2024-01-15 01:35:40 -05:00
mypy.ini chore(mypy.ini): update Python version from 3.11 to 3.12 2024-04-11 21:56:29 +00:00
poetry.lock fix(deps): update dependency ruff to v0.4.7 2024-05-31 21:32:28 +00:00
pyproject.toml feat(.env.example): add new environment variables for Github and reorganize the file for better readability 2024-04-28 20:49:12 +00:00
README.md Update README.md 2024-05-21 19:16:15 -05:00
renovate.json Add renovate.json 2024-04-11 20:02:04 +00:00

Tux

A Discord bot for the All Things Linux Discord server

NOTE: This bot (without plenty of tweaking) is not ready for multi-server use, we recommend against using it until it is more complete

About

Tux is a Discord bot for the All Things Linux Discord server. It is designed to provide a variety of features to the server, including moderation, support, utility, and various fun commands. The bot is written in Python using the discord.py library.

Installation

Prerequisites

Steps

  1. Clone the repository

    git clone https://github.com/allthingslinux/tux && cd tux
    
  2. Install the dependencies

    poetry install
    
  3. Activate the virtual environment

    poetry shell
    
  4. Install the pre-commit hooks

    pre-commit install
    
  5. Generate the prisma client

    prisma generate
    
  6. Copy the .env.example file to .env and fill in the required values

    cp .env.example .env
    
  7. Run the sync command in the server to sync the slash command tree.

    {prefix}sync <server id>
    
  8. Review all useful CLI commands by visiting the useful CLI commands file.

License

This project is licensed under the terms of the The Unlicense license. See the LICENSE file for details.