Skip to content

Commit

Permalink
add bubble alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr committed Jul 30, 2024
1 parent 2443304 commit e4e2247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assyst-core/src/command/image/speechbubble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::flag_parse_argument;

#[command(
description = "add a speechbubble to an image",
aliases = ["speech"],
aliases = ["speech", "bubble"],
cooldown = Duration::from_secs(2),
access = Availability::Public,
category = Category::Image,
Expand Down

0 comments on commit e4e2247

Please sign in to comment.