From d338836d76ebc82217f63e9a895fa15e82e11ba5 Mon Sep 17 00:00:00 2001 From: Hamza Date: Sat, 10 Aug 2024 22:51:10 +0200 Subject: [PATCH] Fix Hamzie API URL --- SECURITY.md | 4 ++-- commands/ping.py | 2 +- ex_config (change me to config.py).py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 48d583f..8222d3d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ The following versions will receive security updates as needed: | Version | Supported | | ------------ | ------------------ | -| 0.6.2-beta | :white_check_mark: | -| < 0.6.2-beta | :x: | +| 0.6.3-beta | :white_check_mark: | +| < 0.6.3-beta | :x: | ## Reporting a Vulnerability diff --git a/commands/ping.py b/commands/ping.py index 57a8188..6cfb659 100644 --- a/commands/ping.py +++ b/commands/ping.py @@ -25,7 +25,7 @@ async def ping(self, interaction: discord.Interaction): try: startapi = time.time() async with httpx.AsyncClient() as client: - response = await client.get("https://api.hamzie.sitea/v1/gifs/hug") + response = await client.get("https://api.hamzie.site/v1/gifs/hug") response.raise_for_status() endapi = time.time() durationapi = round((endapi - startapi) * 100) diff --git a/ex_config (change me to config.py).py b/ex_config (change me to config.py).py index 67c4ae3..ace2f04 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.6.2-beta' # Do not change this, it will help with troubleshooting later +AVA_VERSION = 'v0.6.3-beta' # Do not change this, it will help with troubleshooting later CONFIG_VERSION = 3 # Do not change this, it will help with troubleshooting later # Required Bot Configuration