Remove command prefix
We can just ping the bot
This commit is contained in:
parent
332e7d4aa9
commit
3bdd819d75
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue