Added fahrenheit to .weather command

This commit is contained in:
Master Kwoth
2017-10-19 08:11:47 +02:00
parent e8e6854959
commit cae1df82b8
3 changed files with 21 additions and 3 deletions

View File

@ -23,7 +23,7 @@ namespace NadekoBot.Core.Services.Impl
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "2.0.0-alpha";
public const string BotVersion = "2.0.0-beta";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";