mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 14:43:58 +01:00
Integration
This commit is contained in:
parent
3005032489
commit
3a4b866eec
|
@ -125,8 +125,10 @@ Please report this issue to the staff!""", ephemeral=True)
|
|||
|
||||
async def reset_key(interaction):
|
||||
account = await get_account(interaction)
|
||||
|
||||
|
||||
if not account:
|
||||
return
|
||||
interaction.message.reply("""You don't have an account yet!""")
|
||||
|
||||
print(account)
|
||||
print(account)
|
||||
|
||||
interaction.message.reply("""1""")
|
|
@ -126,7 +126,7 @@ async def music(interaction: nextcord.Interaction):
|
|||
|
||||
@bot.slash_command(description='Get yourself a new API key')
|
||||
async def resetkey(interaction: nextcord.Interaction):
|
||||
...
|
||||
return await accounts.reset_key(interaction)
|
||||
|
||||
async def status_update():
|
||||
guild = bot.get_guild(int(os.getenv('DISCORD_GUILD')))
|
||||
|
|
Loading…
Reference in a new issue