A tool for retrieving text channels within a server/guild a bot is a member
of. It extends the base Tool class and implements the _call method to
perform the retrieve operation. Requires a bot token which can be set in
the environment variables. The _call method takes a server/guild ID
to get its text channels.
A tool for retrieving text channels within a server/guild a bot is a member of. It extends the base
Tool
class and implements the_call
method to perform the retrieve operation. Requires a bot token which can be set in the environment variables. The_call
method takes a server/guild ID to get its text channels.