File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ class ApplicationEmoji extends Emoji {
144
144
* @method imageURL
145
145
* @memberof ApplicationEmoji
146
146
* @instance
147
- * @param {ImageURLOptions } [options] Options for the image URL
147
+ * @param {EmojiURLOptions } [options] Options for the image URL
148
148
* @returns {string }
149
149
*/
150
150
Original file line number Diff line number Diff line change @@ -1295,7 +1295,7 @@ export class ApplicationEmoji extends Emoji {
1295
1295
public available : true ;
1296
1296
public get createdAt ( ) : Date ;
1297
1297
public get createdTimestamp ( ) : number ;
1298
- public imageURL ( options ?: ImageURLOptions ) : string ;
1298
+ public imageURL ( options ?: EmojiURLOptions ) : string ;
1299
1299
public delete ( ) : Promise < ApplicationEmoji > ;
1300
1300
public edit ( options : ApplicationEmojiEditOptions ) : Promise < ApplicationEmoji > ;
1301
1301
public equals ( other : ApplicationEmoji | unknown ) : boolean ;
You can’t perform that action at this time.
0 commit comments