MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / query_command

Function query_command

api/discordbot/bot.py:29–31  ·  view source on GitHub ↗
(interaction: Interaction)

Source from the content-addressed store, hash-verified

27
28 @tree.command(name="query", description="Query census gpt")
29 async def query_command(interaction: Interaction):
30 await interaction.response.defer()
31 await interaction.response.send_message("Hello!")
32
33 @client.event
34 async def on_message(message):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected