Skip to content

Commit

Permalink
feat: Updated some messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dm94 committed Oct 1, 2024
1 parent 0c8fd64 commit 8507527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/deeme/types/backpage/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static synchronized void discordCheck(FeatureInfo<?> featureInfo, String
if (!Backpage.isInDiscord(authID)) {
String discordTag = Backpage.getDiscordTagExternal(authID);
featureInfo
.addFailure("To use this option you need to be on my discord",
.addFailure("To use this option you need to be on the plugin discord",
"ID: " + discordTag);
}
}
Expand All @@ -32,8 +32,8 @@ public static synchronized void discordDonorCheck(FeatureInfo<?> featureInfo, St
if (!Backpage.isDonor(authID, featureInfo.getPluginInfo().getVersion().toString().trim())) {
String discordTag = Backpage.getDiscordTagExternal(authID);
featureInfo
.addFailure("[PLUS] Only some people can use this feature.",
"ID: " + discordTag);
.addFailure("[PLUS] You need to have a specific role to use this",
"Read the FAQs in discord. ID: " + discordTag);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DmPlugin",
"author": "Dm94Dani",
"version": "2.3.3 beta 1",
"version": "2.3.3 beta 2",
"minVersion": "1.131",
"supportedVersion": "1.131.2",
"basePackage": "com.deeme",
Expand Down

0 comments on commit 8507527

Please sign in to comment.