Skip to content

Commit

Permalink
docs: update command invocation instructions and 'Disabling' module d…
Browse files Browse the repository at this point in the history
…escription
  • Loading branch information
HitaloM committed Dec 12, 2024
1 parent 043520a commit 8097fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Below is a list of all available modules in _PyKorone_:
- [Minecraft](./minecraft): Get information about Minecraft servers and Modrinth projects.
- [Piston](./piston): Run code snippets using the [Piston API](https://github.com/engineer-man/piston)
- [Regex](./regex): Test regular expressions.
- [Stickers](./stickers): Get stickers and steal stickers to a sticker pack.
- [Stickers](./stickers): Steal stickers from sticker packs.
- [Translator](./translator): Translate text to different languages using DeepL.
- [Users](./users): Fetches information about Telegram and _PyKorone_ users.
- [Web Tools](./web): Get information about IP addresses and domains.
2 changes: 1 addition & 1 deletion docs/source/usage_and_configuration/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can learn more about modules and the available modules in the [Modules](/mod

## Invoking Commands

To interact with _PyKorone_, you must use commands. Commands are messages that start with a slash (`/`) followed by the command name. For example, to check if _PyKorone_ is available, you can send the command `/start`.
To interact with _PyKorone_, you must use commands. Commands are messages that start with a slash (`/`) or an exclamation mark (`!`) followed by the command name. For example, to check if _PyKorone_ is available, you can send the command `/start` or `!start`.

Commands can be used in both group and private chats. In group chats, you can optionally mention _PyKorone_ along with the command name to avoid conflicts with other bots. For example, you can use `/start@PyKoroneBot` to check the availability of _PyKorone_ without invoking the `/start` command of other bots.

Expand Down

0 comments on commit 8097fd0

Please sign in to comment.