Homegrown Discord bot for the DIGOS community.
These commands are prefixed with server set. You can also use guild set instead of server set.
!server set description "My detailed description"
Sets the server’s description.
| Name | Type | Optional |
|---|---|---|
| newDescription | string | no |
!server set join-message "My message"
Sets the server’s first-join message.
| Name | Type | Optional |
|---|---|---|
| newJoinMessage | string | no |
!server set is-nsfw true
Sets whether the server is NSFW.
| Name | Type | Optional |
|---|---|---|
| isNsfw | bool | no |
!server set send-join-messages true
Sets whether the bot sends join messages to new users.
| Name | Type | Optional |
|---|---|---|
| sendJoinMessage | bool | no |
Generated by DIGOS.Ambassador.Doc