From d90ad7b547afe06efdfc6525c04dd0399f71c349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20N=C4=9Bme=C4=8Dek?= Date: Tue, 25 Jun 2024 12:14:47 +0000 Subject: [PATCH] Add bot_newest_version/config_exmaple.py --- bot_newest_version/config_exmaple.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bot_newest_version/config_exmaple.py diff --git a/bot_newest_version/config_exmaple.py b/bot_newest_version/config_exmaple.py new file mode 100644 index 0000000..184cba9 --- /dev/null +++ b/bot_newest_version/config_exmaple.py @@ -0,0 +1,11 @@ +slova = ["parek"] #words to count in the main channels + +sus_responses = ["it's getting sus here", "sus", "you are sussy", "sussy baka", "that is kinda sus", "that is sus", "you're seeming sus lately", "seems sus", "SUS", "gobus amogus", "amongsus", "sussy ah", "sussy"] #variety of responses when sus detection + +greetings =['čau', 'ahoj', 'hi', 'hello', 'high', 'čauky', 'nazdar', 'dobrý den', 'helou'] #list of greetings bot will reply to a greeting from user + +main_channels_ids = [] #ids for channels where bot will work + +bot_messages = open("bot_messages.txt", "r").readlines() #file with messages for bot which he will send rarely and randomly + +bot_reply_messages = open("bot_reply_messages.txt", "r").readlines() #reply messages for bot when someone tags him or reply to his message \ No newline at end of file