-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
I'm trying to Frankenstein this into a discord bot for my friends and I want this to be able to detect the different message authors. How can I have be able to detect the different people sending messages besides including in the get_response function the person that sent the message ( bot.get_response(f'{message.author.display_name}: {message.content}'))