1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53:12 +00:00
tux/docs/commands.md
kzndotsh 8fcebd00be docs(CODE_OF_CONDUCT.md, CONTRIBUTING.md): wrap email and URLs in angle brackets for better markdown rendering
refactor(CONTRIBUTING.md): improve document structure and readability by adding indentation and spacing
style(CONTRIBUTING.md): add newline at end of file to adhere to POSIX standards

feat: add .markdownlint.yaml for consistent markdown formatting

This commit adds a .markdownlint.yaml configuration file to enforce consistent markdown formatting across the project. This will help maintain readability and uniformity in all markdown files.

docs: improve readability and clarity of project documentation

- README.md: Simplify title and subtitle formatting, add warning about bot readiness, clarify installation steps, and improve overall readability.
- cli.md: Improve readability by adding line breaks.
- commands.md: Remove unnecessary line break.
- development.md: Simplify introduction, refer to README for installation instructions, and improve readability.
- permissions.md: Improve readability by adding line breaks and clarifying permission levels.

style(services.md): improve readability by adding a line break between two sentences
docs(services.md): add newline at end of file to adhere to POSIX standards
2024-08-17 08:27:13 +00:00

96 lines
948 B
Markdown

# Categories and Commands
## Categories
- Admin
- Fun
- Guild
- Misc
- Moderation
- Utility
## Commands
### Admin
- `dev`
- `sync`
- `clear`
- `load`
- `unload`
- `reload`
- `eval`
- `git`
- `create issue`
- `mail`
- `register`
### Fun
- `random`
- `8ball`
- `coinflip`
- `dice`
- `number`
- `xkcd`
- `latest`
- `random`
- `specific`
### Guild
- `config`
- `set channels`
- `set logs`
- `set roles`
- `get channels`
- `get logs`
- `get roles`
- `export`
- `members`
- `banned`
- `rolecount`
- `distro`
- `de/wm`
- `lang`
- `misc`
- `vanity`
### Misc
- `run`
### Moderation
- `cases`
- `view`
- `modify`
- `ban`
- `unban`
- `kick`
- `timeout`
- `untimeout`
- `jail`
- `unjail`
- `warn`
- `slowmode`
- `purge`
### Info
- `info`
- `member`
- `server`
- `tux`
- `avatar`
- `membercount`
### Utility
- `ping`
- `poll`
- `query`
- `remindme`
- `snippets`
- `tldr`
- `wiki`