Class GuildBanAddedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for the GuildBanAdded event.
public class GuildBanAddedEventArgs : DiscordEventArgs
- Inheritance
-
GuildBanAddedEventArgs
Properties
- Guild
Gets the guild this member was banned in.
- Member
Gets the member that was banned.