Pre-Wiki Update (#285)

This PR has been opened to finally update Octobot's Wiki.

Current changes summary:
- correct minor spelling issues in some command descriptions
- /about: add Octobot's Wiki button

---------

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-03-23 21:45:39 +03:00 committed by GitHub
parent e0232f6008
commit ac8621a2ec
Signed by: GitHub
GPG key ID: B5690EEEBB952194
8 changed files with 28 additions and 4 deletions

View file

@ -6,6 +6,8 @@ public static class BuildInfo
public static string IssuesUrl => $"{RepositoryUrl}/issues";
public static string WikiUrl => $"{RepositoryUrl}/wiki";
private static string Commit => ThisAssembly.Git.Commit;
private static string Branch => ThisAssembly.Git.Branch;