namespace NadekoBot.Modules.Games.Common.Trivia; public interface IQuestionPool { Task GetQuestionAsync(); }