(interaction: Interaction)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected