Beispiel #1
0
        public async Task GetEnableMentionNotifications()
        {
            if (Helper.Secrets == null)
            {
                return;
            }

            var isEnabled = await Mentions.GetEnableMentionNotificationsAsync(Helper.Client, Helper.Kind, 339033).ConfigureAwait(false);
        }