matrix-moderation-tool/hardcoded_variables.py

10 lines
361 B
Python
Raw Normal View History

2023-07-09 16:59:30 -04:00
###########################################################################
# These values can be hard coded for easier usage: #
homeserver_url = "matrix.example.org"
base_url = "example.org"
access_token = ""
# rdlist specific
rdlist_bot_username = "mod_team"
###########################################################################