diff --git a/src/main.rs b/src/main.rs index e8219f1..1886af9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -350,9 +350,9 @@ If you want more information about a specific command, just pass the command as // On another note, you can set up the help-menu-filter-behaviour. // Here are all possible settings shown on all possible options. // First case is if a user lacks permissions for a command, we can hide the command. -#[lacking_permissions = "Hide"] +//#[lacking_permissions = "Hide"] // If the user is nothing but lacking a certain role, we just display it hence our variant is `Nothing`. -#[lacking_role = "Nothing"] +//#[lacking_role = "Nothing"] // The last `enum`-variant is `Strike`, which ~~strikes~~ a command. #[wrong_channel = "Strike"] // Serenity will automatically analyse and generate a hint/tip explaining the possible