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

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