diff --git a/src/NadekoBot/Resources/CommandStrings.resx b/src/NadekoBot/Resources/CommandStrings.resx index 6a77668d..994ad981 100644 --- a/src/NadekoBot/Resources/CommandStrings.resx +++ b/src/NadekoBot/Resources/CommandStrings.resx @@ -3022,7 +3022,7 @@ Sets a price for a command. Running that command will take currency from users. Set 0 to remove the price. - `{0}cmdcost 0 !!q` or `{0}cmdcost 1 >8ball` + `{0}cmdcost 0 !!q` or `{0}cmdcost 1 {0}8ball` startevent @@ -3166,7 +3166,7 @@ Starts a game of tic tac toe. Another user must run the command in the same channel in order to accept the challenge. Use numbers 1-9 to play. 15 seconds per move. - >ttt + {0}ttt timezones diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 4b04efd2..bde8aa07 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -20,7 +20,7 @@ namespace NadekoBot.Services.Impl private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "1.6.2"; + public const string BotVersion = "1.6.3"; public string Author => "Kwoth#2560"; public string Library => "Discord.Net";