.sad, .smch now persist restarts. .usmch added to unset music channel, since destroying a player won't reset it, Added --start-delay option for .race command
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using CommandLine;
|
||||
|
||||
namespace NadekoBot.Core.Modules.Gambling.Common.AnimalRacing
|
||||
{
|
||||
public class RaceOptions
|
||||
{
|
||||
[Option("start-delay", Default = 20, Required = false)]
|
||||
public int StartDelay { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user