Skip to content

Commit

Permalink
Update AdminCommands.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Aug 3, 2024
1 parent 9f32ec9 commit f98c574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public String unsetNews(@Me IMessageIO io, @Me JSONObject command,
if (raw == null) continue;
Object value = setting.getOrNull(otherDb);
if (value == null) {
String msg = otherDb.getGuild().toString() + ": Invalid value `" + raw + "`. See TODO CM REF";
String msg = otherDb.getGuild().toString() + ": Invalid value `" + raw + "`. See " + CM.admin.settings.unset.cmd.toSlashMention();
if (unset_on_error) {
otherDb.deleteInfo(setting);
msg += " (deleted setting)";
Expand Down

0 comments on commit f98c574

Please sign in to comment.