diff --git a/src/commands/self_roles/color.rs b/src/commands/self_roles/color.rs index afb63ae..4bfbb5a 100644 --- a/src/commands/self_roles/color.rs +++ b/src/commands/self_roles/color.rs @@ -87,6 +87,8 @@ pub async fn color(ctx: Context<'_>, #[autocomplete = "autocomplete_colors"] col member.add_role(ctx, role.clone()).await?; ctx.reply(format!("You have been given the {} role!", role)).await?; + + tx.commit().await?; return Ok(()); } }