ban

fun Member.ban(deletionTimeframe: Duration): AuditableRestAction<Void>(source)

Deprecated

Moved to the BotCommands-jda-ktx module You can find & replace: Find: io.github.freya022.botcommands.api.core.utils.ban Replace: dev.freya02.botcommands.jda.ktx.durations.ban

See also


fun Guild.ban(user: UserSnowflake, deletionTimeframe: Duration): AuditableRestAction<Void>(source)

Deprecated

Moved to the BotCommands-jda-ktx module You can find & replace: Find: io.github.freya022.botcommands.api.core.utils.ban Replace: dev.freya02.botcommands.jda.ktx.durations.ban

See also


Deprecated

Moved to the BotCommands-jda-ktx module You can find & replace: Find: io.github.freya022.botcommands.api.core.utils.ban Replace: dev.freya02.botcommands.jda.ktx.durations.ban

See bulk ban from JDA