diff --git a/app/src/main/java/com/PatchConfig.java b/app/src/main/java/com/PatchConfig.java index ca04aca..57c6ef3 100644 --- a/app/src/main/java/com/PatchConfig.java +++ b/app/src/main/java/com/PatchConfig.java @@ -14,7 +14,7 @@ public class PatchConfig { public static final boolean EMBEDLINKS_ENABLED = true; public static final boolean SHOWTAG_ENABLED = true; public static final boolean NONEARBY_ENABLED = true; - public static final boolean NOSPOILER_ENABLED = false; + public static final boolean NOSPOILER_ENABLED = true; public static final boolean DISABLE_MOBILE_INDICATOR_ENABLED = true; public static final boolean HQAVATARS_ENABLED = true; diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputCommandsModel.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputCommandsModel.java index 14519b1..5d2574a 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputCommandsModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputCommandsModel.java @@ -32,6 +32,7 @@ public class WidgetChatInputCommandsModel implements TagObject, Comparable infoTexts : CommandHandler.getPopupInfo().entrySet()) { + // TODO fix commands.add(createSlashCommand(infoTexts.getKey(), "{CTC_COMMAND}", infoTexts.getValue(), defaultSlashAction)); }