Format the project with 'dotnet format' (#2551)
* Sync and Re-Format * Fix Title string. * Fix indentation.
This commit is contained in:
@@ -296,7 +296,7 @@ namespace Discord.Interactions
|
||||
throw new InvalidOperationException($"{input.GetType().FullName} isn't a valid component info class");
|
||||
}
|
||||
|
||||
if(modifyModal is not null)
|
||||
if (modifyModal is not null)
|
||||
modifyModal(builder);
|
||||
|
||||
return builder.Build();
|
||||
|
||||
Reference in New Issue
Block a user