Homegrown Discord bot for the DIGOS community.
These commands are prefixed with user set.
!user set bio "My long biography"
Sets the invoking user’s bio.
| Name | Type | Optional |
|---|---|---|
| bio | string | no |
!user set bio @Ada "My long biography"
Sets the target user’s bio.
| Name | Type | Optional |
|---|---|---|
| discordUser | IUser | no |
| bio | string | no |
!user set timezone 10
Sets the invoking user’s UTC timezone hour offset.
| Name | Type | Optional |
|---|---|---|
| timezone | int | no |
!user set timezone @Ada 10
Sets the target user’s UTC timezone hour offset.
| Name | Type | Optional |
|---|---|---|
| discordUser | IUser | no |
| timezone | int | no |
Generated by DIGOS.Ambassador.Doc