From a7beeac74ef2ae7c34383a1545ee643c91d1cd9d Mon Sep 17 00:00:00 2001 From: Honza Date: Fri, 15 Mar 2024 17:40:13 +0100 Subject: [PATCH] opraveno --- bot_newest_version/susmain3.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot_newest_version/susmain3.py b/bot_newest_version/susmain3.py index 76bd0b7..5efa8b8 100644 --- a/bot_newest_version/susmain3.py +++ b/bot_newest_version/susmain3.py @@ -173,7 +173,7 @@ async def scprove_command(message): #scientists prove that... sc async def help_command(message): #help script embed1 = discord.Embed(title = "__Commands__" ,description = None, colour=discord.Colour.red()) embed1.set_author(name=client.user.name) - embed1.add_field(name = "~help", value = "-- Command that will show you this list", inline = False) + embed1.add_field(name = "~pomoc", value = "-- Command that will show you this list", inline = False) embed1.add_field(name = "~etime", value ="-- Command that will tell you the time :)", inline = False) embed1.add_field(name = "~scprove", value = "-- Scientist will prove you anything: ~scprove ", inline = False) embed1.add_field(name = "~primenum", value ="-- Bot will tell you if number is a prime number", inline = False) @@ -234,7 +234,11 @@ async def sus_function(message): #sus function ############################################################################################################## ##################################### FUNCTIONS AND COMMANDS HUB ############################################# ############################################################################################################## +slova = ["nigga", "negr", "debil", "gay", "kokot", "ok", "kurva", "sus", "petr", "gej", "bruh", "bružek"] #words bot recognize and count +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'] #greetings which bot will reply to ############################################################################################################## ##################################### RUNNING THE FUNCTIONS AND COMMANDS ##################################### ##############################################################################################################