Programming a Discord bot in Python- How do I make the bot send a random group of text from a subreddit?

后端 未结 0 1670
無奈伤痛
無奈伤痛 2021-01-13 08:39

I want the bot to send a random joke from r/jokes. I already have it able to send a meme from r/memes:

@client.event
async def on_message(message):
  if messa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题