diff --git a/SECURITY.md b/SECURITY.md index 84f4331..a8f5bdf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ The following versions will receive security updates as needed: | Version | Supported | | ------------ | ------------------ | -| 0.2.8.0-beta | :white_check_mark: | -| < v0.2.8.0-beta | :x: | +| 0.2.8.1-beta | :white_check_mark: | +| < 0.2.8.1-beta | :x: | ## Reporting a Vulnerability diff --git a/commands/xiaojie.py b/commands/xiaojie.py index 9e6ca99..8d079dd 100644 --- a/commands/xiaojie.py +++ b/commands/xiaojie.py @@ -13,7 +13,7 @@ def __init__(self, client: commands.Bot): async def xiaojie(self, interaction: discord.Interaction): try: async with httpx.AsyncClient() as client: - response = await client.get("https://api.hamzie.us.to/v1/images/xiaojie") + response = await client.get("https://api.hamzie.site/v1/images/xiaojie") response.raise_for_status() data = response.json() image_url = data["link"] @@ -21,7 +21,7 @@ async def xiaojie(self, interaction: discord.Interaction): color=discord.Colour.blurple() ) embed.set_image(url=image_url) - embed.set_footer(text=f"Ava | version: {config.AVA_VERSION} - Image by: api.hamzie.us.to", icon_url="https://cdn.discordapp.com/avatars/1209925239652356147/38e76bc9070eb00f2493b6edeab22b33.webp") + embed.set_footer(text=f"Ava | version: {config.AVA_VERSION} - Image by: api.hamzie.site", icon_url="https://cdn.discordapp.com/avatars/1209925239652356147/38e76bc9070eb00f2493b6edeab22b33.webp") await interaction.response.send_message(embed=embed) except httpx.HTTPError as http_err: diff --git a/ex_config (change me to config.py).py b/ex_config (change me to config.py).py index fe0c0f6..0b92d26 100644 --- a/ex_config (change me to config.py).py +++ b/ex_config (change me to config.py).py @@ -1,4 +1,4 @@ -AVA_VERSION='v0.2.8.0-beta' # Do not change this, it will help with troubleshooting later +AVA_VERSION='v0.2.8.1-beta' # Do not change this, it will help with troubleshooting later # Required Bot Configuration