BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.durations
/
ban
ban
fun
Member
.
ban
(
deletionTimeframe
:
Duration
)
:
AuditableRestAction
<
Void
>
(
source
)
See also
Member.
ban
fun
Guild
.
ban
(
user
:
UserSnowflake
,
deletionTimeframe
:
Duration
)
:
AuditableRestAction
<
Void
>
(
source
)
See also
Guild.
ban
fun
Guild
.
ban
(
users
:
Collection
<
UserSnowflake
>
,
duration
:
Duration
)
:
AuditableRestAction
<
BulkBanResponse
>
(
source
)
See
bulk ban from JDA