Fixed incorrect usage for .ttt
This commit is contained in:
parent
d12d70df1b
commit
79d3fca7e4
@ -3022,7 +3022,7 @@
|
|||||||
<value>Sets a price for a command. Running that command will take currency from users. Set 0 to remove the price.</value>
|
<value>Sets a price for a command. Running that command will take currency from users. Set 0 to remove the price.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="commandcost_usage" xml:space="preserve">
|
<data name="commandcost_usage" xml:space="preserve">
|
||||||
<value>`{0}cmdcost 0 !!q` or `{0}cmdcost 1 >8ball`</value>
|
<value>`{0}cmdcost 0 !!q` or `{0}cmdcost 1 {0}8ball`</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="startevent_cmd" xml:space="preserve">
|
<data name="startevent_cmd" xml:space="preserve">
|
||||||
<value>startevent</value>
|
<value>startevent</value>
|
||||||
@ -3166,7 +3166,7 @@
|
|||||||
<value>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.</value>
|
<value>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.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tictactoe_usage" xml:space="preserve">
|
<data name="tictactoe_usage" xml:space="preserve">
|
||||||
<value>>ttt</value>
|
<value>{0}ttt</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="timezones_cmd" xml:space="preserve">
|
<data name="timezones_cmd" xml:space="preserve">
|
||||||
<value>timezones</value>
|
<value>timezones</value>
|
||||||
|
@ -20,7 +20,7 @@ namespace NadekoBot.Services.Impl
|
|||||||
private readonly IBotCredentials _creds;
|
private readonly IBotCredentials _creds;
|
||||||
private readonly DateTime _started;
|
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 Author => "Kwoth#2560";
|
||||||
public string Library => "Discord.Net";
|
public string Library => "Discord.Net";
|
||||||
|
Loading…
Reference in New Issue
Block a user