You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/sidpatchy/clairebot/Embed/Commands/Regular/InfoEmbed.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public static EmbedBuilder getInfo(User author) {
14
14
.addField("Add Me to a Server", "Adding me to a server is simple, all you have to do is click [here](https://invite.clairebot.net)", true)
15
15
.addField("GitHub", "ClaireBot is open source, that means you can view all of its code! Check out its [GitHub!](https://github.com/Sidpatchy/ClaireBot)", true)
16
16
.addField("Server Count", "I have enlightened **" + Main.getApi().getServers().size() + "** servers.", true)
17
-
.addField("Version", "I am running ClaireBot **v3.3.1**, released on **2024-08-21**", true)
17
+
.addField("Version", "I am running ClaireBot **v3.3.2**, released on **2024-08-22**", true)
0 commit comments