{% extends "base.html" %} {% block title %} | Blacklist {% endblock title %} {% block content %}
  • Comma separated list of words to whitelist. Only send message to Discord if one of these words are present in the corresponding fields.
  • Whitelist always takes precedence over blacklist. Leave empty to disable.
  • Words are case-insensitive. No spaces should be used before or after the comma.
  • Correct: primogem,events,gameplay preview,special program
  • Wrong: primogem, events, gameplay preview, special program
{% endblock content %}