mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-08 10:04:24 +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)]
|
#[poise::command(slash_command)]
|
||||||
pub async fn mute(
|
pub async fn mute(
|
||||||
ctx: Context<'_>,
|
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 duration of the mute"] duration: String,
|
||||||
#[description = "The reason of the mute"] reason: String,
|
#[description = "The reason of the mute"] reason: String,
|
||||||
) -> Result<(), Error> {
|
) -> Result<(), Error> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user