1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-12-05 02:53:08 +01:00
GiantsTools/Giants.Services/Services/ICommunityService.cs

8 lines
116 B
C#

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