Skip to content

Commit

Permalink
Fix persistent loading text on the sonhos transaction command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 11, 2024
1 parent 1f7a705 commit 02e0dcb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class SonhosTransactionsExecutor(val loritta: LorittaBot) : LorittaSlashCommandE
page: Long,
userFacingTransactionTypeFilter: List<TransactionType>
): suspend InlineMessage<*>.() -> (Unit) = {
content = ""

// If the list is empty, we will use *all* transaction types in the filter
// This makes it easier because you don't need to manually deselect every single filter before you can filter by a specific
// transaction type.
Expand Down

0 comments on commit 02e0dcb

Please sign in to comment.