GiantsTools/Giants.Services/Services/ICommunityService.cs

8 lines
116 B
C#

namespace Giants.Services
{
public interface ICommunityService
{
string GetDiscordUri();
}
}