Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Willow committed Jun 21, 2023
1 parent 528ef6a commit 221618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Felicity/Util/BotVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static async Task Initialize()
using var httpClient = new HttpClient();
var s = await httpClient.GetStringAsync(
"https://raw.githubusercontent.com/devFelicity/Bot-Frontend/main/CHANGELOG.md");
Version = s.Split("# Version: ")[1].Split(" (")[0];
Version = s.Split("# Version: v")[1].Split(" (")[0];
}
}

Expand Down

0 comments on commit 221618d

Please sign in to comment.