Skip to content

Commit

Permalink
Update Default.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Feb 25, 2017
1 parent 767800e commit 8871a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iTool.DiscordBot/Modules/Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public async Task Info()
b.AddField(f =>
{
f.Name = "Info";
f.Value = $"- Author: {application.Owner.Username} (ID {application.Owner.Id})" + Environment.NewLine +
f.Value = $"- Owner: {application.Owner.Username} (ID {application.Owner.Id})" + Environment.NewLine +
$"- Library: Discord.Net ({DiscordConfig.Version})\n" +
$"- Runtime: {RuntimeInformation.FrameworkDescription} {RuntimeInformation.OSArchitecture}" + Environment.NewLine +
$"- Uptime: {Utils.GetUptime().ToString(@"dd\.hh\:mm\:ss")}";
Expand Down

0 comments on commit 8871a82

Please sign in to comment.