Skip to content

Commit

Permalink
remove index in note
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapppa committed Jul 18, 2023
1 parent 20dfc8e commit 0e3b064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiya/cogs/commands/note.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def search_mod_actions(
"note": "🗒️",
}

action_string = f"""**{action_emoji[action['type']]} {action['type'][0].title()}**
action_string = f"""**{action_emoji[action['type']]} {action['type'].title()}**
**ID:** {action["id"]}
**Timestamp:** {datetime.fromtimestamp(action["timestamp"])} UTC
**Moderator:** <@!{action["mod_id"]}>
Expand Down

0 comments on commit 0e3b064

Please sign in to comment.