Skip to content

Commit

Permalink
Fix a minor string error in the /loritools loriunban command.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStark000 authored Sep 11, 2024
2 parents 6c98bc3 + df47cae commit c144689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class LoriToolsCommand(val helper: LorittaHelper) : SlashCommandDeclarationWrapp
is UserUnbannedResult -> {
context.reply(true) {
content =
"Usuário ${result.userId} (<@${result.userId}) foi desbanido com sucesso. Obrigada por ter corrigido a cagada de alguém... eu acho né... <:lori_coffee:727631176432484473>"
"Usuário ${result.userId} (<@${result.userId}>) foi desbanido com sucesso. Obrigada por ter corrigido a cagada de alguém... eu acho né... <:lori_coffee:727631176432484473>"
}

LoriToolsUtils.logToSaddestOfTheSads(
Expand Down

0 comments on commit c144689

Please sign in to comment.