❔ List of messages after a certain message in Discord channel
I am writting a trivia type of game bot for discord and after I post a picture or a question players would type things and I need to get list of written messages so I could determine who answered correctly. Right now I have methods for showing picture or question but I dont know how to actually track written messages. I tried to get last writte message ID after showing a question or picture and then use GetMessagesAfterAsync() by giving it ID but my ID is wrong because it tracks ID of message that was written before starting the program and GetMessagesAfterAsync() return tasks and not list. Maybe someone has better for tracking messages or knows how to do this properly. I am using DSharpPlus
5 Replies
DSharpPlus has a discord server where they offer specific support
I would recommend looking there for discord-bot specific questions
in any case it is difficult to help because you have not provided any code
whats the server I couldnt find it
type dsharpplus discord into google
I think it is literally the first result
if not you can find a link on the DSharpPlus github page
I found it now on github
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.