Praw & Discord.py: The bot keep sending the same meme. I want the bot to send different meme whenever it is asked
Praw & Discord.py: The bot keep sending the same meme. I want the bot to send different meme whenever it is asked
There is no need for you to iterate over anything. Praw provides a method which allows you to grab a random submission from a subreddit. Documentation: random() Code: @nd.listen() async def on_message(message): if message.author == nd.user: return def findCoindences(w): return re.compile(r'\b({0})\b'.format(w)).search content = message.content reaction = "👍" if…
View On WordPress














