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

8 lines
114 B
C#
Raw Normal View History

2020-08-16 11:03:10 +02:00
namespace Giants.Services
{
public interface IDiscordService
{
string GetDiscordUri();
}
}