|
@@ -237,7 +237,7 @@ namespace Discord.Interactions |
|
|
|
|
|
|
|
|
while (currentParent != null) |
|
|
while (currentParent != null) |
|
|
{ |
|
|
{ |
|
|
if (currentParent.IsTopLevelGroup) |
|
|
|
|
|
|
|
|
if (currentParent.IsSlashGroup) |
|
|
return false; |
|
|
return false; |
|
|
|
|
|
|
|
|
currentParent = currentParent.Parent; |
|
|
currentParent = currentParent.Parent; |
|
|