Fix: modal response failing (#2187)
* Update bugreport.yml * Update bugreport.yml removed d.net reference. fixed spelling. * Update bugreport.yml Adjusted verbiage for clarity * Fix for modal response failing Credit to @Cenggo for finding issue.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Discord.Interactions
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var args = new object[Parameters.Count];
|
var args = new object[Parameters.Count];
|
||||||
var captureCount = additionalArgs.Length;
|
var captureCount = additionalArgs?.Length ?? 0;
|
||||||
|
|
||||||
for(var i = 0; i < Parameters.Count; i++)
|
for(var i = 0; i < Parameters.Count; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user