Track the author of a message
Author: alexjsheplerCreated Aug 15, 2022Updated Oct 25, 2025
Labelsenhancement
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}')`)
Source: gunthercox/ChatterBot