diff options
Diffstat (limited to 'src/modules/commands/general/fun.rs')
| -rw-r--r-- | src/modules/commands/general/fun.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/modules/commands/general/fun.rs b/src/modules/commands/general/fun.rs index 79f37c9..75243d2 100644 --- a/src/modules/commands/general/fun.rs +++ b/src/modules/commands/general/fun.rs @@ -228,10 +228,7 @@ impl Command for RussianRoulette { let default = CommandOptions::default(); let options = CommandOptions { desc: Some("A simple game, one in the chamber, who gets splattered ?".to_string()), - // usage: Some("[tags]".to_string()), - // example: Some("minecraft".to_string()), - // aliases: vec!["furry"].iter().map(|e| e.to_string()).collect(), - // owner_privileges: false, + aliases: vec!["rr"].iter().map(|e| e.to_string()).collect(), ..default }; Arc::new(options) |