Skip to content

Commit

Permalink
change mkey api for new location
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Aug 16, 2024
1 parent d95622a commit 158655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/assistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ async def mkey(self, ctx: KurisuContext, device: Literal['3ds', 'dsi', 'wii', 'w
await ctx.message.delete()
except discord.Forbidden:
pass
api_call = f"https://mkey.eiphax.tech/api?platform={device_code}&inquiry={inquiry}&month={month}&day={day}"
api_call = f"https://mkey.nintendohomebrew.com/api?platform={device_code}&inquiry={inquiry}&month={month}&day={day}"
if device_id:
api_call += f"&aux={device_id}"
async with self.bot.session.get(api_call) as r:
Expand Down

0 comments on commit 158655c

Please sign in to comment.