GloryBot/dsbot.py

6 lines
225 B
Python
Raw Permalink Normal View History

2023-04-10 23:32:21 +03:00
@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"))