mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Fix ValidateProviderChannelTypes() doc comment
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Tgstation.Server.Api.Models
|
||||
/// <summary>
|
||||
/// Validates <see cref="Channels"/> are correct for the <see cref="Internal.ChatBot.Provider"/>
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
/// <returns><see langword="true"/> if the <see cref="Channels"/> are valid for the <see cref="Internal.ChatBot.Provider"/>, <see langword="false"/> otherwise</returns>
|
||||
public bool ValidateProviderChannelTypes()
|
||||
{
|
||||
switch (Provider)
|
||||
|
||||
Reference in New Issue
Block a user