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
2024-04-14 06:56:36 -07:00
.archive chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
.github chore(deps): update dependency ubuntu to v22 2024-04-11 20:27:15 +00: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 feat(schema.prisma): add Commands and CommandStats models to track command usage 2024-04-14 05:57:53 +00:00
tux Merge branch 'main' into githubapi 2024-04-14 06:56:36 -07:00
.editorconfig feat: add .editorconfig for consistent coding style across different editors 2024-04-11 20:22:47 +00:00
.env.example Added logic 2024-04-11 21:25:51 -05:00
.gitignore update purge.py 2024-04-01 17:20:22 -05: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 chore(pre-commit-config.yaml): update ruff-pre-commit version to v0.3.6 for latest features and bug fixes 2024-04-11 17:56:45 +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 Merge branch 'main' into githubapi 2024-04-14 06:56:36 -07:00
pyproject.toml Merge branch 'main' into githubapi 2024-04-14 06:56:36 -07:00
README.md docs: add CODE_OF_CONDUCT.md to establish community guidelines and expectations 2024-04-11 19:31:02 +00: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

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 {prefix}sync <server id> in the server to sync the slash command tree.

  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.