Skip to content

Commit

Permalink
changed banner to make it look like i made progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackstonecoden committed Dec 3, 2024
1 parent 4cb8dae commit 0ab5595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from database import get_pool

global_channels = "global_channels"
message_ids = "message_ids"
message_infos = "message_infos"
user_roles = "user_roles"
mutes = "mutes"
message_ids = "message_ids"
message_infos = "message_infos"
user_roles = "user_roles"
mutes = "mutes"

class GlobalChannel:
def __init__(self, channel_id: int = None, guild_id: int = None, invite: str = None):
Expand Down
Binary file modified images/banner/help_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ab5595

Please sign in to comment.