Skip to content

Commit

Permalink
v0.6.3-beta
Browse files Browse the repository at this point in the history
Merge pull request #35 from Hamziee/dev
  • Loading branch information
Hamziee authored Aug 10, 2024
2 parents 07eb48c + d338836 commit 989a41e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion commands/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ex_config (change me to config.py).py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 989a41e

Please sign in to comment.