Skip to content

Commit

Permalink
version 3.1
Browse files Browse the repository at this point in the history
Fixed an issue where the key names in config.yml did not match the key names in the code and the contents of config.yml could not be read (this issue->#2).
  • Loading branch information
K-Lqrs committed Apr 28, 2024
1 parent f7ad91f commit 6f8db62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**We plan to make it compatible with versions other than the latest version.**
**No further updates will be made unless there are problems with this mod, corrections by users, or additional suggestions.
However, we are considering supporting other versions.**

# Fabricord
A modern message style like DiscordSRV will be reproduced as a Fabric version mod.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ConfigManager {
botActivityStatus = config.getNullableString("Bot_Activity_Status")
botActivityMessage = config.getNullableString("Bot_Activity_Message")
messageStyle = config.getNullableString("Message_Style")
webHookUrl = config.getNullableString("WebHook_URL")
webHookUrl = config.getNullableString("Webhook_URL")
}

logger.info("Config loaded successfully.")
Expand Down
Binary file removed src/main/resources/assets/fabri_cord/icon.png
Binary file not shown.

0 comments on commit 6f8db62

Please sign in to comment.