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