Browse Source

fix BulkOverwriteCommands NRE (#2444)

tags/3.8.1
Cenk Ergen GitHub 2 years ago
parent
commit
fbc5ad414f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net.Rest/Entities/Interactions/InteractionHelper.cs

+ 0
- 2
src/Discord.Net.Rest/Entities/Interactions/InteractionHelper.cs View File

@@ -150,8 +150,6 @@ namespace Discord.Rest
DmPermission = arg.IsDMEnabled.ToNullable()
};

Console.WriteLine("Locales:" + string.Join(",", arg.NameLocalizations.Keys));

if (arg is SlashCommandProperties slashProps)
{
Preconditions.NotNullOrEmpty(slashProps.Description, nameof(slashProps.Description));


Loading…
Cancel
Save