diff --git a/emotes.py b/emotes.py index 5c6e296..051a2b2 100644 --- a/emotes.py +++ b/emotes.py @@ -172,7 +172,7 @@ class Emote: elif i == 2: output += ":third_place:" else: - f"**#{i + 1}**" + output += f"**#{i + 1}**" output += f" {name} - " if not self.used(): output += "never used "