1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Strikethrough unfinished features

This commit is contained in:
Steffo 2022-08-08 23:40:49 +02:00
parent ad813dfd6c
commit 674f2eda71
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -7,8 +7,8 @@
//! If you are looking for the documentation of its implementations, please visit one of the following pages:
//!
//! - [Usage of the Telegram bot](../patched_porobot_telegram)
//! - [Usage of the Discord bot](../patched_porobot_discord)
//! - [Usage of the Matrix bot](../patched_porobot_matrix)
//! - ~~[Usage of the Discord bot](../patched_porobot_discord)~~
//! - ~~[Usage of the Matrix bot](../patched_porobot_matrix)~~
//!
//! # Features
//!
@ -21,8 +21,8 @@
//! Additionally, every one of the following features enables the compilation of an additional binary target:
//!
//! - [`telegram`] enables the compilation of `patched_porobot_telegram`, a [Telegram inline bot](https://core.telegram.org/bots/api) allowing users to search and send cards in any Telegram chat;
//! - [`discord`] enables the compilation of `patched_porobot_discord`, a [Discord bot](https://discord.com/developers/docs/intro#bots-and-apps) allowing Discord servers the bot is added to to search and send cards in their channels;
//! - [`matrix`] enables the compilation of `patched_porobot_matrix`, a Matrix bot parsing messages in the rooms where it is added to to send details about the cards mentioned in messages.
//! - ~~[`discord`] enables the compilation of `patched_porobot_discord`, a [Discord bot](https://discord.com/developers/docs/intro#bots-and-apps) allowing Discord servers the bot is added to to search and send cards in their channels~~;
//! - ~~[`matrix`] enables the compilation of `patched_porobot_matrix`, a Matrix bot parsing messages in the rooms where it is added to to send details about the cards mentioned in messages~~.
//!
//! # Legal
//!