()
| 23 | |
| 24 | @client.event |
| 25 | async def on_ready(): |
| 26 | print(f'{client.user} is now running!') |
| 27 | |
| 28 | @tree.command(name="query", description="Query census gpt") |
| 29 | async def query_command(interaction: Interaction): |
nothing calls this directly
no outgoing calls
no test coverage detected