Beispiel #1
0
        private async Task SendNewPostNotification(bool hasNewPost)
        {
            if (!hasNewPost)
            {
                return;
            }

            await discordClient.SendMessage(DiscordNewPostNotificationMessages.GetMessage());
        }