feat: rename fetch -> fetchInvite
This commit is contained in:
		
							parent
							
								
									9178e6cec1
								
							
						
					
					
						commit
						63ae6f4312
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -214,7 +214,7 @@ export class Client extends EventEmitter { | |||
|   } | ||||
| 
 | ||||
|   /** Fetch an Invite */ | ||||
|   async fetch(id: string): Promise<Invite> { | ||||
|   async fetchInvite(id: string): Promise<Invite> { | ||||
|     return await new Promise((resolve, reject) => { | ||||
|       this.rest | ||||
|         .get(INVITE(id)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue