Skip to content

Commit

Permalink
fix sleep emoji, tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Dec 2, 2024
1 parent e0e376b commit aef6a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def rename_ticket(self):
coc_account = await self.bot.getPlayer(player_tag=self.apply_account, custom=False, cache_data=False)

user = await self.bot.getch_user(self.user)
status_emoji = {'open': '✅', 'sleep': '🌙', 'closed': '❌'}
status_emoji = {'open': '✅', 'sleep': '💤', 'closed': '❌'}
types = {
'{ticket_count}': self.number,
'{user}': user.name if user is not None else '',
Expand Down

0 comments on commit aef6a79

Please sign in to comment.