Skip to content

Commit

Permalink
Fixed a bug sometimes occuring when ran with an old python version
Browse files Browse the repository at this point in the history
  • Loading branch information
QWERTZexe committed Aug 23, 2024
1 parent 02ca371 commit c45ed45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_config(key=None):
return config[key]


async def create_partner_ticket(client: discord.Client, username: str, servername: str, members: str | int, memberid: int, invite: str, reason: str) -> str:
async def create_partner_ticket(client: discord.Client, username: str, servername: str, members, memberid: int, invite: str, reason: str) -> str:
TOKEN, SERVER_ID, STORAGE_SERVER_ID, STORAGE_CHANNEL_ID, MOD_ROLE_ID, TRANSCRIPT_CHNL_ID, TICKET_CTGRY_ID, PING_ROLE, LOG_CHNL_ID = get_config()
print("A")
guild = await client.fetch_guild(SERVER_ID)
Expand Down

0 comments on commit c45ed45

Please sign in to comment.