No Description

config.py.example 491B

12345678910111213
  1. matrix_username = # string representing just the user (no homeserver or @)
  2. matrix_password = # password to account
  3. discord_token = # should be a string
  4. discord_channel = # should be a snowflake int
  5. matrix_room_id = # should be a string in the format !ID:homeserver
  6. matrix_homeserver = # should be a string
  7. matrix_user_id = # should be a string in the format @ID:homeserver
  8. webhook_url = # should be a discord webhook
  9. discord_prefix = # string representing the prefix before the username