mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-07 17:54:25 +02:00
revert: accidental parameter type change
This commit is contained in:
parent
323611568d
commit
8cc873dcd5
@ -201,7 +201,7 @@ pub async fn unmute(
|
||||
#[poise::command(slash_command)]
|
||||
pub async fn mute(
|
||||
ctx: Context<'_>,
|
||||
#[description = "The member to mute"] member: User,
|
||||
#[description = "The member to mute"] member: UserId,
|
||||
#[description = "The duration of the mute"] duration: String,
|
||||
#[description = "The reason of the mute"] reason: String,
|
||||
) -> Result<(), Error> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user