1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-10-01 11:02:14 +02:00
GiantsTools/Giants.Services/Services/IDiscordService.cs
2020-08-16 02:03:10 -07:00

8 lines
114 B
C#

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