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

10 commits

Author SHA1 Message Date
kzndotsh
101e5100e9 style(README.md): replace CRLF line endings with LF for better cross-platform compatibility
docs: add PROJECT_STRUCTURE.md to provide an overview of the project structure
feat(sync.py): enable administrator permissions check for the sync command to ensure security
2024-04-11 19:24:07 +00:00
kzndotsh
c8dfb335ee docs(COG_STANDARDS.md): update command usage guidelines to include subcommands and role-based permissions
docs(COG_STANDARDS.md): add type hints recommendation for better code readability and maintainability
docs(COG_STANDARDS.md): add examples for prefix, slash, and group slash commands
docs(COG_STANDARDS.md): add guidelines for embeds and utility functions usage
docs(EMBED_USAGE.md): clarify that adding reactions is an example use case, not a mandatory step
2024-04-08 21:30:43 +00:00
kzndotsh
693001b7d5 feat(docs): add COG_STANDARDS.md to provide guidelines for cog creation
feat(docs): add EMBED_STANDARDS.md to establish standards for embed usage
chore(docs): remove EMBED_STANDARD.md as it's replaced by EMBED_STANDARDS.md

docs: add EMBED_USAGE.md and EVENT_STANDARDS.md to provide usage guidelines and best practices for EmbedCreator utility and event listeners
chore: remove unused __event_template__.py and base_cog.py from examples directory to clean up the codebase
build(pyproject.toml): add aioconsole and psutil to poetry dependencies for better async console handling and system monitoring
2024-04-08 21:12:54 +00:00
electron271
a098fad793
Update EMBED_STANDARD.md 2024-03-31 21:28:59 -05:00
electron271
d06c566880 begin simple embed standard 2024-03-29 18:24:53 -05:00
kzndotsh
65fea2f8d2 [Docs] Update README.md 2024-03-28 04:16:41 -04:00
kzndotsh
bbcd7651b6
Merge pull request #86 from allthingslinux/readme
[DOC] improved readme
2024-03-28 03:52:35 -04:00
kzndotsh
772eae6a2d [Refactor] Major changes to dir structure, temp removal of permissions, added loguru, added some async libs, improve types, clean pyproject config 2024-03-27 16:16:33 -04:00
kzndotsh
d98060e873 [Docs] Added CLI documentation for developer commands 2024-03-26 17:37:25 -04:00
electron271
de55473892 [DOC] improved readme 2024-03-24 17:37:47 -05:00