Esempio n. 1
0
    public async Task CurrentBestSplits()
    {
        BestSplit[] bestSplits = await _databaseHelper.GetBestSplits();

        Embed bestSplitsEmbed = EmbedHelper.CurrentBestSplits(bestSplits);

        await ReplyAsync(embed : bestSplitsEmbed, allowedMentions : AllowedMentions.None, messageReference : Context.Message.Reference);
    }