Semantic changes.

This commit is contained in:
Paul
2021-08-11 17:36:01 +01:00
parent fb60a7db35
commit 11dab44269
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ resource('/bots/:bot', {
* @minLength 1
* @maxLength 2048
**/
interactionsURL?: string;
interactions_url?: string;
/**
* Field to remove from bot object
+1 -1
View File
@@ -30,7 +30,7 @@ export interface Bot {
*
* Required for dynamic interactions such as bot commands and message actions. Events will be sent over HTTP and a response may be generated directly.
*/
interactionsURL: string
interactions_url?: string
}
export interface PublicBot {