GloryBot/dsbot.py
2023-04-10 22:32:21 +02:00

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