1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory

docs(CLI.md): provide instructions for installation, development, Docker, linting, formatting, and Git commands
docs(COG_STANDARDS.md): outline standards for creating or updating cogs for the Tux Discord bot
docs(EMBED_STANDARDS.md): establish standards and best practices for creating and utilizing Discord embeds

docs: add EMBED_USAGE.md, EVENT_STANDARDS.md, PROJECT_STRUCTURE.md to provide detailed guidelines and project structure information for contributors

feat(README.md): add dynamic permission system to feature list to reflect new functionality
docs(README.md): update installation steps to include running the bot
docs(PERMISSIONS.md): change permission level 0 from 'Everyone' to 'Member' for clarity
chore(docs/resources): remove unused image.png file from resources
This commit is contained in:
kzndotsh 2024-07-29 20:58:32 +00:00
parent e34647f984
commit ad919afc14
9 changed files with 7 additions and 4 deletions

View file

@ -46,6 +46,7 @@ Tux is a Discord bot for the All Things Linux Discord server. It is designed to
- Activity rotation
- Custom help command
- Configuration system
- Dynamic permission system based on access levels
## Installation
@ -82,12 +83,14 @@ Tux is a Discord bot for the All Things Linux Discord server. It is designed to
```bash
cp .env.example .env
```
7. Run the sync command in the server to sync the slash command tree.
7. Run the bot
```bash
poetry run python tux/main.py
```
8. Run the sync command in the server to sync the slash command tree.
```
{prefix}dev sync <server id>
```
8. Review all useful CLI commands by visiting the [useful CLI commands](docs/CLI.md) file.
## License
This project is licensed under the terms of the The GNU General Public License v3.0. See the [LICENSE](LICENSE.md) file for details.

View file

@ -14,7 +14,7 @@ The level-based system allows Tux to manage command execution efficiently across
Below is the hierarchy of permission levels available in Tux:
- **0: Everyone**
- **0: Member**
- **1: Support**
- **2: Junior Moderator**
- **3: Moderator**

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB