We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ea513 commit f149bc9Copy full SHA for f149bc9
1 file changed
src/main/java/com/javadiscord/javabot/events/Startup.java
@@ -22,8 +22,8 @@
22
23
public class Startup extends ListenerAdapter {
24
25
- public static String iae = "https://cdn.discordapp.com/attachments/838019016395063328/838019031628906496/IllegalArgumentException.png";
26
- public static String mfurle = "https://cdn.discordapp.com/attachments/838020992882049025/838021012871315486/MalformedURLException.png";
+ public static final String iae = "https://cdn.discordapp.com/attachments/838019016395063328/838019031628906496/IllegalArgumentException.png";
+ public static final String mfurle = "https://cdn.discordapp.com/attachments/838020992882049025/838021012871315486/MalformedURLException.png";
27
28
public static MongoClient mongoClient;
29
public static Guild preferredGuild;
0 commit comments