if messtart("Hello World"): #1 await evy.delete_message(message) await evy.send_message(message.channel, "Привет МИР!")#2 

I want to make more variability, for example, that in message 2 instead of one variant of the sent message there were two, three or more. The same with query 1. After studying a couple of guides, I was able to find a solution)

  • Do you want to select a random item from the list of strings? - jfs
  • if you think you have found a solution, then you can post it as your answer ru.stackoverflow.com/help/self-answer - jfs

0