permission_level attribute macro working

This commit is contained in:
jude
2020-08-06 20:39:05 +01:00
parent 0e3c514f35
commit 7dac9f7895
3 changed files with 36 additions and 3 deletions

View File

@ -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("$")