We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c724c5 commit 0a50896Copy full SHA for 0a50896
src/commands/bake.rs
@@ -7,7 +7,7 @@ use crate::bot::{check_is_oracle, Context, Error};
7
#[poise::command(
8
prefix_command,
9
slash_command,
10
- rename = "stek",
+ rename = "stekt",
11
check = "check_is_oracle"
12
)]
13
#[tracing::instrument(name = "bake", skip(ctx))]
0 commit comments