1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/.archive
kzndotsh 9e221709ac refactor: remove dollar sign from usage instructions in various commands for consistency
chore: remove error handling blocks from dev.py to simplify code and rely on global error handling

refactor: remove dollar sign from usage instructions in command decorators for clarity and consistency across all command usage instructions

feat(error.py): add prefix to command usage in error messages for better clarity
refactor(error.py): change error messages to be more descriptive and accurate
feat(error.py): use embeds for error messages for better readability
refactor(error.py): comment out specific error handlers to allow global handler to catch all errors for consistency

refactor(help.py): remove static prefix and add dynamic prefix fetching to improve flexibility
feat(help.py): add command aliases to help command categories for better command visibility
refactor(help.py): change several methods to async to support dynamic prefix fetching
feat(embeds.py): add create_error_embed method to standardize error embed creation
2024-08-15 06:33:00 +00:00
..
logging refactor(logging): remove unused code 2024-07-24 09:07:05 -04:00
tests chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
COG_STANDARDS.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
console.py feat(console.py): add new console.py file to handle bot commands from console 2024-07-13 20:02:03 +00:00
EMBED_STANDARDS.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
EMBED_USAGE.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
emojistats.py Refactor database models and clean up archive 2024-06-29 06:08:48 -04:00
error_handler.py feat(ctx_error_handler.py): add new error handler for command context 2024-05-01 04:10:58 +00:00
EVENT_STANDARDS.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
ghost_pings.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
guide.py feat(guide.py): add new guide.py file to provide server guide functionality 2024-07-13 19:40:25 +00:00
guild.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
message.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
mod.py 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
neofetch.py style(neofetch.py, cog_loader.py, avatar.py, tldr.py): correct comment block formatting for consistency 2024-07-15 10:46:57 +00:00
notes.py refactor: remove dollar sign from usage instructions in various commands for consistency 2024-08-15 06:33:00 +00:00
on_member_update.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
on_message.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
PROJECT_STRUCTURE.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
test_error_handler.py feat(ctx_error_handler.py): add new error handler for command context 2024-05-01 04:10:58 +00:00
thread.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
tools.py feat(guide.py): add new guide.py file to provide server guide functionality 2024-07-13 19:40:25 +00:00
voice.py 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