pub async fn start_votekick(
ctx: &Context,
command: &CommandInteraction,
target_user_id: UserId,
channel_id: ChannelId,
duration_secs: u64,
)Expand description
Start a new votekick poll. This is the public interface used by the command handler.