Add documentation to gambling commands

This commit is contained in:
2024-10-11 20:51:59 -04:00
parent 4e08e25575
commit 0cd900c67a
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ use crate::{Context, Error};
use super::get_user_wealth_mut;
use poise::serenity_prelude as serenity;
/// Generously donate your tokens to someone else
#[poise::command(slash_command, prefix_command)]
pub async fn give(ctx: Context<'_>, user: serenity::User, amount: usize) -> Result<(), Error> {
if user.bot {