feat: add descriptions to commands & arguments

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-12-04 09:31:14 -05:00
parent 6e33299af7
commit 8bad9d9636
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
7 changed files with 19 additions and 5 deletions

View file

@ -2,6 +2,7 @@ use crate::{consts::COLORS, Context};
use color_eyre::eyre::{Context as _, Result};
/// Returns GitHub stargazer count
#[poise::command(slash_command, prefix_command)]
pub async fn stars(ctx: Context<'_>) -> Result<()> {
let prismlauncher = ctx