Browse Source

fix misleading comment

pull/2469/head
Misha133 2 years ago
parent
commit
b094cda234
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionType.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionType.cs View File

@@ -21,7 +21,7 @@ namespace Discord
String = 3,

/// <summary>
/// An <see langword="int"/>.
/// An <see langword="long"/>.
/// </summary>
Integer = 4,



Loading…
Cancel
Save