diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04a32a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +hardcoded_variables.py \ No newline at end of file diff --git a/hardcoded_variables.py b/hardcoded_variables.py deleted file mode 100644 index 80c4ed3..0000000 --- a/hardcoded_variables.py +++ /dev/null @@ -1,10 +0,0 @@ - -########################################################################### -# 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" -rdlist_recommended_tags = ['hub_room_links', 'hub_room_trade', 'preban', 'degen_misc', 'beastiality', 'degen_porn', 'gore', 'snuff', 'degen_larp', 'hub_room_sussy', 'bot_spam', 'cfm', 'jailbait', 'bot_porn', 'toddlercon', 'loli', 'csam', 'tfm', 'degen_meet', 'stylized_3d_loli', '3d_loli'] -###########################################################################