Remove command prefix

We can just ping the bot
This commit is contained in:
Alex Page 2023-03-02 21:22:10 -05:00
parent 332e7d4aa9
commit 3bdd819d75

View file

@ -54,10 +54,6 @@ async fn main() -> Result<()> {
event_handler: |ctx, event, framework, user_data| {
Box::pin(event_event_handler(ctx, event, framework, user_data))
},
prefix_options: poise::PrefixFrameworkOptions {
prefix: Some(String::from("~")),
..Default::default()
},
..Default::default()
};