6 lines
225 B
Python
6 lines
225 B
Python
|
@client.slash_command(name="link", description="Connect to your AutoZoom")
|
||
|
async def nazi(ctx: discord.ApplicationContext, code: discord.Option(str, "Code you got in AutoZoom app")):
|
||
|
|
||
|
|
||
|
|
||
|
client.run(getConfig("token"))
|