Skip to content

Commit

Permalink
api: temporary delete get_guild_members api
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Dec 8, 2021
1 parent 44e0ff4 commit 7278f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions coolq/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (bot *CQBot) CQGetGuildChannelList(guildID uint64, noCache bool) global.MSG
return OK(channels)
}

/*
// CQGetGuildMembers 获取频道成员列表
// @route(get_guild_members)
func (bot *CQBot) CQGetGuildMembers(guildID uint64) global.MSG {
Expand All @@ -137,6 +138,7 @@ func (bot *CQBot) CQGetGuildMembers(guildID uint64) global.MSG {
}
return OK(nil) // todo
}
*/

// CQGetGuildRoles 获取频道角色列表
// @route(get_guild_roles)
Expand Down
3 changes: 0 additions & 3 deletions modules/api/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7278f99

Please sign in to comment.