html terminal
Diffstat (limited to 'src/bot/schematic.rs')
| -rw-r--r-- | src/bot/schematic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot/schematic.rs b/src/bot/schematic.rs index a7d435e..7e4a8c5 100644 --- a/src/bot/schematic.rs +++ b/src/bot/schematic.rs @@ -39,7 +39,7 @@ pub async fn context_draw(ctx: Context<'_>, msg: Message) -> Result<()> { category = "Info", rename = "draw_schematic" )] -/// server status. +/// draw schematic. pub async fn draw(ctx: Context<'_>, schematic: String) -> Result<()> { let _ = ctx.defer_or_broadcast().await; draw_impl(ctx, &schematic).await |