Fixes "successfully" typo.

This commit is contained in:
DJj123dj
2024-09-24 19:32:35 +02:00
parent 77c486e2b7
commit 28f0d974e5
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -892,7 +892,7 @@ export interface ODMessageBuildResult {
* This interface contains the result from a sent built message. This can be used to edit, view & save the message that got created.
*/
export interface ODMessageBuildSentResult<InGuild extends boolean> {
/**Did the message get sent succesfully? */
/**Did the message get sent successfully? */
success:boolean,
/**The message that got sent. */
message:discord.Message<InGuild>|null
+1 -1
View File
@@ -141,7 +141,7 @@ export class ODHelpMenuCategory extends ODManager<ODHelpMenuComponent> {
}
/**## ODHelpMenuRenderResult `type`
* This is the array returned when the help menu has been rendered succesfully.
* This is the array returned when the help menu has been rendered successfully.
*
* It contains a list of pages, which contain categories by name & value (content).
*/