Skip to content

Commit

Permalink
Merge pull request #168 from colorfulFlames/qodana/quick-fixes-847289…
Browse files Browse the repository at this point in the history
…1859

🤖 Apply quick-fixes by Qodana
  • Loading branch information
SeveralCircles authored Mar 29, 2024
2 parents 0981b97 + 64eb1d9 commit 4b3a553
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@
import java.util.ResourceBundle;

public class GlobalDataEmbed implements FlamesEmbed {
private final FlamesUser flamesUser;
// I'll fix this later lmao
private final ResourceBundle resources;
public GlobalDataEmbed(User user, FlamesUser flamesUser) {
this.flamesUser = flamesUser;
resources = Flames.local(flamesUser.getConfig().getLocale());
}

Expand Down

0 comments on commit 4b3a553

Please sign in to comment.