forked from adam/discord-bot-shtik
Adam R Grey
efb4ab00d2
notes to self. 1) trust in upsert. an account has an external ID, a channel has an external ID w.r.t. its protocol. 2) as long as you can collapse a User, collapse Self.
7 lines
224 B
C#
7 lines
224 B
C#
namespace vassago.ProtocolInterfaces;
|
|
|
|
public static class ProtocolList
|
|
{
|
|
public static List<DiscordInterface.DiscordInterface> discords = new();
|
|
public static List<TwitchInterface.TwitchInterface> twitchs = new();
|
|
} |