I just debuged it. And it seems that this call returning an empty value:
private GuildMember GetGuildMember(string discordId)
=> Client.DiscordServer.members.Find(member => member.user.id == discordId);
When he tries to get this:
var guildmember = GetGuildMember(discordId);
The discordID is filled with the correct value of the corresponding Member (checked with DiscordID from real Discord). Aswell the User if Member of course of the Discord.
The discordID is filled with the correct value of the corresponding Member (checked with DiscordID from real Discord). Aswell the User if Member of course of the Discord.
The Discord Bot has Admin Permission and it worked in the past.
Any suggestions?
Any suggestions?