Skip to content

Commit bcd0ad4

Browse files
committed
feat: change prefix to not collide with old bot
1 parent cae2cfb commit bcd0ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/discord/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use serenity::all::GatewayIntents;
88

99
use crate::domain::{OrderRepository, QueueRepository};
1010

11-
const PREFIX: &str = "$";
11+
const PREFIX: &str = "!";
1212

1313
pub type Error = Box<dyn std::error::Error + Send + Sync>;
1414
pub type Context<'a> = poise::Context<'a, Data, Error>;

0 commit comments

Comments
 (0)