Skip to content

Commit

Permalink
Use prod donate ids
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Aug 24, 2024
1 parent 45dfa6c commit 06e46c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/rtm516/discordbot/util/SponsorUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
import java.util.concurrent.TimeUnit;

public class SponsorUtil {
private static final long DONATE_CHANNEL = 349264069007638530L;
public static final long DONATE_ROLE = 1276701848417603645L;
private static final long DONATE_CHANNEL = 1139856745007681587L;
public static final long DONATE_ROLE = 1144374185985065164L;
public static final float DONATE_MIN = 5f;

private static final ApolloClient apolloClient;
Expand Down

0 comments on commit 06e46c4

Please sign in to comment.