Skip to content

Commit

Permalink
feat: Better Channel Log System
Browse files Browse the repository at this point in the history
  • Loading branch information
KimmyXYC committed Aug 24, 2024
1 parent 6f066f8 commit 82cb794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/LogChannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def update_log_admin(self, status, admin_mention):
async def update_log(self, status, allow_count, deny_count):
self.message_text += (
f"\n<b>Status</b>: {status}\n"
f"<b>Result</b>Allow : Deny = {allow_count} : {deny_count}"
f"<b>Result</b>: Allow : Deny = {allow_count} : {deny_count}"
)
try:
await self.bot.edit_message_text(self.message_text, self.channel_id, self.message.message_id, parse_mode="HTML")
Expand Down

0 comments on commit 82cb794

Please sign in to comment.