zmeneno na config exmaple kvuli soukromi
This commit is contained in:
parent
87828d5ea7
commit
7f52895d4c
@ -1,11 +0,0 @@
|
||||
slova = ["nigga", "negr", "debil", "gay", "kokot", "ok", "oki", "oke", "okie", "kurva", "sus", "petr", "gej", "bruh", "bružek"]
|
||||
|
||||
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']
|
||||
|
||||
main_channels_ids = [1043499633118285825, 834034469152882729]
|
||||
|
||||
bot_messages = open("bot_messages.txt", "r").readlines()
|
||||
|
||||
bot_reply_messages = open("bot_reply_messages.txt", "r").readlines()
|
11
bot_newest_version/config_example.py
Normal file
11
bot_newest_version/config_example.py
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user