mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
bru
This commit is contained in:
parent
bb9e46b1fd
commit
90febba91a
@ -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…
Reference in New Issue
Block a user