This commit is contained in:
Honza 2024-03-15 17:40:13 +01:00
parent aa673b5238
commit a7beeac74e

View File

@ -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 <text here>", 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 #####################################
##############################################################################################################