Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update modules list in readme and example config #252

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@ to do much more.
Modules:
- `admin` lets server owners administer and configure the bot.
- `arch` contains commands for searching the Arch wiki, repositories, and AUR.
- `bottom`💖✨✨✨✨🥺,,,👉👈.
- `colors` generates, manages, and assigns color roles.
- `figlet` converts text to ASCII art.
- `fun`
- `help` provides a help command that displays information about commands.
- `languages` converts X-SAMPA text into IPA symbols.
- `notes` allows users to save and recall notes.
- `polls` lets users create polls.
- `queries` helps manage support channels using a database of support questions.
- `sitelenpona` renders text in sitelen pona fonts.
- `snippets` lets users invoke configurable text snippets.
- `tio` evaluates code using [Try It Online](https://tio.run/).
- `tokipona` contains commands to query words from various Toki Pona dictionaries.
- `util` provides simple utility commands.
- `xkcd` allows searching and posting XKCD comics.

Expand Down
3 changes: 2 additions & 1 deletion config/global.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ modules:
- figlet
- fun
- help
- languages
- notes
- polls
- queries
- quotes
- sitelenpona
- snippets
- tio
Expand Down
Loading