Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassasovsky committed Jul 31, 2024
1 parent 379b4ca commit cc778e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/commands/music.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ ChatCommand:music-play: {
);
}

await DatabaseService.instance
.deleteRadioFromList(context.guild!.id);
await DatabaseService.instance.deleteRadioFromList(context.guild!.id);
}),
localizedDescriptions: localizedValues(
(translations) => translations.commands.music.children.play.description,
Expand Down

0 comments on commit cc778e1

Please sign in to comment.