permission_level attribute macro working
This commit is contained in:
@ -52,6 +52,8 @@ static THEME_COLOR: u32 = 0x00e0f3;
|
||||
async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
||||
dotenv()?;
|
||||
|
||||
println!("{:?}", HELP_COMMAND);
|
||||
|
||||
let framework = RegexFramework::new()
|
||||
.ignore_bots(true)
|
||||
.default_prefix("$")
|
||||
|
Reference in New Issue
Block a user