complete restructure

This commit is contained in:
2026-08-19 13:16:43 -04:00
parent d7b6f28cbd
commit f87e1d51ef
60 changed files with 8176 additions and 5143 deletions
+6 -4
View File
@@ -33,13 +33,15 @@ def _format_member(member: Any) -> str:
def get_channel_members_impl(channel: Any) -> str:
"""Get a list of all members in the Discord channel the bot is part of.
"""Get a list of the members of the guild the bot is a member of.
Use this tool when asked about who is in the channel, who the members are,
or to get a roster of people present in the current channel.
Discord has no per-channel membership, so the channel argument only locates
the guild; the roster covers the whole guild, not just that channel. Use
this tool when asked who is around, who the members are, or to get a
roster of the people in the server.
Returns:
A formatted string listing all members in the channel with their usernames,
A formatted string listing the guild's members with their usernames,
display names, and nicknames.
"""