public PreMadeChatCommandSettings(PreMadeChatCommand command)
 {
     this.Name        = command.Name;
     this.IsEnabled   = command.IsEnabled;
     this.Permissions = command.Requirements.Role.MixerRole;
     this.Cooldown    = command.Requirements.Cooldown.Amount;
 }
Exemple #2
0
 public PreMadeChatCommandSettings(PreMadeChatCommand command)
 {
     this.Name        = command.Name;
     this.IsEnabled   = command.IsEnabled;
     this.Permissions = command.Permissions;
     this.Cooldown    = command.Cooldown;
 }