Property CurrentPresence
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
CurrentPresence
Gets the bot's own presence. This is tracked locally since bots never receive PRESENCE_UPDATE for themselves. Updated when UpdateStatusAsync(DiscordActivity?, UserStatus?, DateTimeOffset?) is called or at connect time.
public DiscordPresence? CurrentPresence { get; }