Compare commits
No commits in common. "aa673b5238d25dd60f5ee4da8f2462fc1c1cbe78" and "2d181070cc73b4aea64f161cdb8c4b32165c8981" have entirely different histories.
aa673b5238
...
2d181070cc
@ -180,13 +180,8 @@ async def help_command(message): #help script
|
|||||||
embed1.add_field(name="~count", value="-- Ask for word count of users: ~count <word>", inline = False)
|
embed1.add_field(name="~count", value="-- Ask for word count of users: ~count <word>", inline = False)
|
||||||
|
|
||||||
embed2 = discord.Embed(title = "__Functions__" ,description = None, colour=discord.Colour.red())
|
embed2 = discord.Embed(title = "__Functions__" ,description = None, colour=discord.Colour.red())
|
||||||
embed2.addfield(name = "Well behaved", value="Bot will greet you back")
|
embed.addfield(name="")
|
||||||
embed2.addfield(name = "Significant recognicition of sussynes", value = None)
|
|
||||||
embed2.addfield(name = "Word counting ability", value = None)
|
|
||||||
|
|
||||||
|
|
||||||
await message.channel.send(embed=embed1)
|
await message.channel.send(embed=embed1)
|
||||||
await message.channel.send(embed = embed2)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -235,6 +230,12 @@ async def sus_function(message): #sus function
|
|||||||
##################################### FUNCTIONS AND COMMANDS HUB #############################################
|
##################################### 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 #####################################
|
##################################### RUNNING THE FUNCTIONS AND COMMANDS #####################################
|
||||||
##############################################################################################################
|
##############################################################################################################
|
||||||
@ -254,7 +255,7 @@ async def on_message(message):
|
|||||||
await sus_function(message)
|
await sus_function(message)
|
||||||
await word_counter(message)
|
await word_counter(message)
|
||||||
|
|
||||||
await client.process_commands(message) #this line is very fuqacking important
|
await client.process_commands(message)
|
||||||
|
|
||||||
|
|
||||||
@client.command()
|
@client.command()
|
||||||
|
Loading…
Reference in New Issue
Block a user