Skip to content

Commit

Permalink
fix: sub5k is a squid
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jan 30, 2024
1 parent 00a9eff commit 9eda34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainflip-insights/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Bot
{
private const string SUB1K = "🦐";
private const string SUB2_5K = "🐟";
private const string SUB5K = "🐠";
private const string SUB5K = "πŸ™";
private const string SUB10K = "🦈";
private const string WHALE = "🐳";

Expand Down

0 comments on commit 9eda34f

Please sign in to comment.