Homegrown Discord bot for the DIGOS community.
These commands are prefixed with ban set
. You can also use warn set
instead of ban set
.
!ban set reason 10 "My good reason"
Sets the reason for the ban.
Name | Type | Optional |
---|---|---|
banID | long | no |
newReason | string | no |
!ban set context-message 10 660204034829058070
Sets the contextually relevant message for the ban.
Name | Type | Optional |
---|---|---|
banID | long | no |
newMessage | IMessage | no |
!ban set duration 10 5m
Sets the duration of the ban.
Name | Type | Optional |
---|---|---|
banID | long | no |
newDuration | TimeSpan | no |
Generated by DIGOS.Ambassador.Doc