Hey, I am working on a logging system for a discord, and was wondering how I can get the name of the user who deleted a message through the JDA API. Currently stuck on this:
`@Override
public void onGuildMessageDelete(GuildMessageDeleteEvent event) {
User user = ;
Log log = new Log(bot, user, LogType.MESSAGE_DELETE, null);
log.sendLogMessage();
}`
Thanks
JDA doesnt has Message caching.
The issue tracker is for bug reports and feature requests. For questions, please join the official JDA Discord Server.
PPZLPZLZZZZ ZHELP :cry: