Discord.py logging messages
I'm making an RPG bot and I need a way to get user information for a character creation. I currently have a command setup but idk how to make it log messages sent AFTER the command has been run.
P.S:it can't be ctx.message.content since that just logs the command itself and nothing more
Do you mean getting arguments?
read more
I think it's pretty easy. Did that help?
@Coder100 I'm sorry but I already know about the arguments. I need a way to log stuff sent AFTER the command so for instance
Message 1:issues the command
Message 2:yes
How do I print message 2?
@aleksat ohh, so get a reply!!
that won't be too hard either,
read this
@aleksat
@Coder100 yeah but I can't use message.content since I can't pass message object into the command
done, read my answer, did it work? @aleksat
ctx.content
iirc @aleksat@Coder100 sorry reply didn't load. I saw it now. It's currently 1:30am and I need to sleep so I'll check tommorow if that's okay with you
ok gn! Also mark as correct answer? @aleksat
@Coder100 I'll do that tmmr when I check cus I wouldn't want to be misleading if it's not what I'm looking for
ah ok, well gn :) @aleksat
@Coder100 just tested and it works fine..thanks for the help
np :) @aleksat