Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit aed036e

Browse files
authored
v4.2 - HotFix
1 parent 84a7ff0 commit aed036e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def on_ready():
5050
if firstRun == True:
5151
print("[MESSAGE]: First Run is set to true, syncing slash commands with discord and generating ticket creation embed...")
5252
print("--------------------------------------------------------------------------------")
53-
#await ticket.sync()
53+
await ticket.sync()
5454
tchannel = bot.get_channel(IDOfChannelToSendTicketCreationEmbed)
5555
embed = discord.Embed(title='''**Create a ticket**''', description=f'Press the button below to create a ticket!', color=embedColor)
5656
embed.set_footer(text=f"{footerOfEmbeds} | {bot.user.id}", icon_url=f'{bot.user.display_avatar}')

0 commit comments

Comments
 (0)