Include git sha in binary
This commit is contained in:
parent
7238e7177d
commit
59ee6b289a
6 changed files with 15 additions and 6 deletions
|
@ -37,7 +37,7 @@ namespace Geekbot.net.Commands.Utils
|
|||
|
||||
eb.WithAuthor(new EmbedAuthorBuilder()
|
||||
.WithIconUrl(_client.CurrentUser.GetAvatarUrl())
|
||||
.WithName($"{Constants.Name} V{Constants.BotVersion}"));
|
||||
.WithName($"{Constants.Name} V{Constants.BotVersion()}"));
|
||||
var botOwner = await Context.Guild.GetUserAsync(ulong.Parse(_redis.StringGet("botOwner")));
|
||||
var uptime = DateTime.Now.Subtract(Process.GetCurrentProcess().StartTime);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue