using Kerobot.Services.GuildState;
using System;
namespace Kerobot
{
partial class Kerobot
{
private GuildStateService _svcGuildState;
///
/// See .
///
internal T GetGuildState(ulong guild, Type type)
=> _svcGuildState.RetrieveGuildStateObject(guild, type);
}
}