Method CreateGuildAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
CreateGuildAsync(string, string, Optional<string>, DiscordVerificationLevel?, DiscordDefaultMessageNotifications?, DiscordSystemChannelFlags?)
public ValueTask<DiscordGuild> CreateGuildAsync(string name, string regionId, Optional<string> iconb64 = default, DiscordVerificationLevel? verificationLevel = null, DiscordDefaultMessageNotifications? defaultMessageNotifications = null, DiscordSystemChannelFlags? systemChannelFlags = null)
Parameters
name
stringregionId
stringiconb64
Optional<string>verificationLevel
DiscordVerificationLevel?defaultMessageNotifications
DiscordDefaultMessageNotifications?systemChannelFlags
DiscordSystemChannelFlags?
Returns
- ValueTask<DiscordGuild>