mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-03 11:06:08 +00:00
bru
This commit is contained in:
parent
bb9e46b1fd
commit
90febba91a
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ public class Discord extends FreedomService
|
|||
|
||||
public void messageChatChannel(String message)
|
||||
{
|
||||
message = message.replace("@everyone", "everyone");
|
||||
message = message.replace("@here", "here");
|
||||
String chat_channel_id = ConfigEntry.DISCORD_CHAT_CHANNEL_ID.getString();
|
||||
if (enabled && !chat_channel_id.isEmpty())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue