Method | Description | |
---|---|---|
GetWhitelistedUserIds ( this client ) : IEnumerable |
||
RemoveFromWhitelist ( this client, ulong userId ) : void | ||
UnWhitelistUser ( this client, Discord.User user ) : void | ||
UseGlobalWhitelist ( this builder ) : CommandBuilder | ||
UseGlobalWhitelist ( this builder ) : CommandGroupBuilder | ||
UseGlobalWhitelist ( this service ) : CommandService | ||
UsingGlobalWhitelist ( this client ) : Discord.DiscordClient | ||
WhitelistUser ( this client, Discord.User user ) : void | ||
WhitelistUser ( this client, ulong userId ) : void |
public static GetWhitelistedUserIds ( this client ) : IEnumerable |
||
client | this | |
return | IEnumerable |
public static RemoveFromWhitelist ( this client, ulong userId ) : void | ||
client | this | |
userId | ulong | |
return | void |
public static UnWhitelistUser ( this client, Discord.User user ) : void | ||
client | this | |
user | Discord.User | |
return | void |
public static UseGlobalWhitelist ( this builder ) : CommandBuilder | ||
builder | this | |
return | CommandBuilder |
public static UseGlobalWhitelist ( this builder ) : CommandGroupBuilder | ||
builder | this | |
return | CommandGroupBuilder |
public static UseGlobalWhitelist ( this service ) : CommandService | ||
service | this | |
return | CommandService |
public static UsingGlobalWhitelist ( this client ) : Discord.DiscordClient | ||
client | this | |
return | Discord.DiscordClient |
public static WhitelistUser ( this client, Discord.User user ) : void | ||
client | this | |
user | Discord.User | |
return | void |
public static WhitelistUser ( this client, ulong userId ) : void | ||
client | this | |
userId | ulong | |
return | void |