Skip to content

Commit

Permalink
fix up help prefix and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesycod committed Apr 18, 2024
1 parent 5ebf5ab commit c2bb2a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
skynet/skynet
**/config.yaml
**/config.yaml.sample
target
target
skynet
2 changes: 1 addition & 1 deletion src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::Error;

#[poise::command(category = "Help", track_edits, prefix_command, slash_command)]
pub async fn help(ctx: Context<'_>, command: Option<String>) -> Result<(), Error> {
botox::help::help(ctx, command, "sky.", botox::help::HelpOptions::default()).await
botox::help::help(ctx, command, "@Skynet ", botox::help::HelpOptions::default()).await
}

#[poise::command(category = "Help", prefix_command, slash_command, user_cooldown = 1)]
Expand Down

0 comments on commit c2bb2a7

Please sign in to comment.