You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Discord.Net.Interactions/InteractionService.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1155,7 +1155,7 @@ public bool TryRemoveGenericModalComponentTypeConverter<T>(out Type converterTyp
1155
1155
/// Removing a <see cref="ModalComponentTypeConverter"/> from the <see cref="InteractionService"/> will not dereference the <see cref="ModalComponentTypeConverter"/> from the loaded module/command instances.
1156
1156
/// You need to reload the modules for the changes to take effect.
1157
1157
/// </remarks>
1158
-
/// <param name="type">The type to remove the converter from.</typeparam>
1158
+
/// <param name="type">The type to remove the converter from.</param>
1159
1159
/// <param name="converterType">The converter if the resulting remove operation was successful.</param>
1160
1160
/// <returns><see langword="true"/> if the remove operation was successful; otherwise <see langword="false"/>.</returns>
0 commit comments