Skip to content

Commit

Permalink
fix: embarrassing
Browse files Browse the repository at this point in the history
  • Loading branch information
j1nxie committed Nov 17, 2024
1 parent b8aba9c commit 076ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/role.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub async fn add(ctx: Context<'_>) -> Result<(), Error> {

/// remove a self-assignable role from your role list.
#[poise::command(slash_command, prefix_command)]
#[tracing::instrument(skip_all, fields(input = %input))]
#[tracing::instrument(skip_all)]
pub async fn remove(ctx: Context<'_>) -> Result<(), Error> {
let mut db_roles_find = roles::Entity::find().paginate(&ctx.data().db, 10);

Expand Down

0 comments on commit 076ef44

Please sign in to comment.