mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Add basic "unavailable" notices to the unimplemented bots
This commit is contained in:
parent
1eeef94eb3
commit
e59856c656
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! This bot isn't yet available.
|
||||
|
||||
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")]
|
||||
|
||||
fn main() {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//! This bot isn't yet available.
|
||||
|
||||
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")]
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in a new issue