.
This commit is contained in:
		
							parent
							
								
									b5543eec11
								
							
						
					
					
						commit
						f375acf9c8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -153,7 +153,7 @@ async function getImage(msg, str) {
 | 
			
		|||
async function hastebin(body) {
 | 
			
		||||
  const res = await fetch(`https://nekobin.com/api/documents`, {
 | 
			
		||||
    method: "POST",
 | 
			
		||||
    JSON.stringify({content:body}),
 | 
			
		||||
    body: JSON.stringify({content:body}),
 | 
			
		||||
  }).then((r) => r.json());
 | 
			
		||||
  return "https://nekobin.com"+res.result.key;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue