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/Modules/Commands/Basecommand.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ enum EoRStatus {
15
15
}
16
16
17
17
/**
18
-
* Interaction.InteractionContext.editOrRespond(), but the response is forced to be ephemeral and edits strings into the normal form.
18
+
* Interaction.InteractionContext.editOrRespond(), but the response is forced to be ephemeral and edits strings into the project-defined normal form. Strings will not be edited when status is 0 or when options is an object.
0 commit comments