Not sending to Discord.

Hi there, Im trying to set up Keywords to not mention any roles or users, but if i remove them, then i dont get any notifications.

I have

"Notify in Discord channel": true,


default

"Role IDs to mention on Discord": [
    305751989176762388
  ],
  "User IDs to mention on Discord": [
    97031326011506688
  ],

what im trying to do

"Roles to mention on Discord": [
    ""
  ],
  "Users to mention on Discord": [
    ""
  ],
But if i do that then i dont get any notifications, is it wrong?

You'd just have the empty brackets, no quotations.

I still cant get it to send to Discord. This is my config.

{
  "Permission required to trigger keywords": false,
  "Include original message with notification": true,
  "Match only exact keywords": true,
  "Auto-reply for triggered keywords": false,
  "Notify configured players in chat": false,
  "Players to notify in chat": [
    "PLAYER_ID",
    "PLAYER_ID_2"
  ],
  "Notify configured groups in chat": false,
  "Groups to notify in chat": [
    "admin",
    "moderator"
  ],
  "Notify using GUI Announcements": false,
  "Banner color to use for GUI (RGBA or color name)": "0.1 0.1 0.1 0.7",
  "Text color to use for GUI (RGB or color name)": "1 1 1",
  "Notify using UI Notify": false,
  "Notification type for UI Notify": false,
  "Notify in Discord channel": true,
  "Discord embed color (decimal color code)": "16538684",
  "Role IDs to mention on Discord": [],
  "User IDs to mention on Discord": [],
  "Discord webhook URL": "https://discord.com/api/webhooks/857632578717745153/EyjDLWxNty05EFNVhUJl9BYUYFYFWYLglbG7mw5js8LwzmFt3_gnFFWX7LWfIPFsi_w2",
  "Keywords to listen for in chat": [
    "admin"
  ]
}