Fixes "successfully" typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user