Hey everyone i would like understand how i can set a status on my account.
I try use this command await discord.UpdateStatusAsync(new DiscordActivity("!help", DSharpPlus.Entities.ActivityType.Playing), UserStatus.DoNotDisturb);, but he return this:
System.NullReferenceException: 'Object reference not set to an instance of an object.'.
Hey everyone i would like understand how i can set a status on my account. I try use this command
await discord.UpdateStatusAsync(new DiscordActivity("!help", DSharpPlus.Entities.ActivityType.Playing), UserStatus.DoNotDisturb);
, but he return this: System.NullReferenceException: 'Object reference not set to an instance of an object.'.Is possible change status of account?