support /delete_guild_role

This commit is contained in:
白池 2024-02-03 06:02:04 +08:00 committed by GitHub
parent bb26291b75
commit 41e1ba3aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View File

@ -12,6 +12,7 @@ const children = {
'resources', 'resources',
'dispose', 'dispose',
'group', 'group',
"guild",
'file', 'file',
'shamrock', 'shamrock',
'other' 'other'

View File

@ -620,3 +620,21 @@ icon: user-group
该接口不会实现,因为您可以调用`/get_msg`来获取来自频道的消息,无需实现一个专属的接口。 该接口不会实现,因为您可以调用`/get_msg`来获取来自频道的消息,无需实现一个专属的接口。
## 删除频道角色
删除一个身份组首先你得保证你有权限因为这个API不会提供任何返回数据哦
### API 端点
`/delete_guild_role`
### 参数
| 字段 | 类型 | 说明 |
|---------|--------|--------|
| guild_id | uint64 | 频道ID |
| role_id | uint64 | 角色ID |
### 响应
> 该 API 无响应数据