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

Function on_ready

api/discordbot/bot.py:25–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected