Skip to content

Commit 0a50896

Browse files
committed
Fix typo
1 parent 2c724c5 commit 0a50896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/bake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::bot::{check_is_oracle, Context, Error};
77
#[poise::command(
88
prefix_command,
99
slash_command,
10-
rename = "stek",
10+
rename = "stekt",
1111
check = "check_is_oracle"
1212
)]
1313
#[tracing::instrument(name = "bake", skip(ctx))]

0 commit comments

Comments
 (0)