You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}'))
The text was updated successfully, but these errors were encountered:
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}')
)The text was updated successfully, but these errors were encountered: