Hi!
About half a year ago, the bot normally timed banned the user through the TimeoutUser method, but I noticed that recently it cannot issue punishments for some reason.
I have already tried a lot, I don’t want to do this through POST requests. What do you think is the problem?
P.S. Ban features are enabled in the bot token
public void TimeOutUserCustom(string user, int duration)
{
client.TimeoutUser(channelname, user, TimeSpan.FromMinutes(duration));
}