From 8097fd091bff6dcc270f2b990e339243225c0a56 Mon Sep 17 00:00:00 2001 From: "Hitalo M." Date: Thu, 12 Dec 2024 16:46:46 -0300 Subject: [PATCH] docs: update command invocation instructions and 'Disabling' module description --- docs/source/modules/index.md | 2 +- docs/source/usage_and_configuration/basics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/modules/index.md b/docs/source/modules/index.md index c859023fe..e33041091 100644 --- a/docs/source/modules/index.md +++ b/docs/source/modules/index.md @@ -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. diff --git a/docs/source/usage_and_configuration/basics.md b/docs/source/usage_and_configuration/basics.md index bc3576b78..d412036f6 100644 --- a/docs/source/usage_and_configuration/basics.md +++ b/docs/source/usage_and_configuration/basics.md @@ -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.