1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-10-31 21:05:38 +01:00
GiantsTools/Giants.Services/Services/ICommunityService.cs

8 lines
116 B
C#

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