Remove trailing comma
This commit is contained in:
		
							parent
							
								
									fa95641f88
								
							
						
					
					
						commit
						270c7997c6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@ const kaos = [
 | 
				
			||||||
	'(=^・・^=)',
 | 
						'(=^・・^=)',
 | 
				
			||||||
	'v(\'ω\')v',
 | 
						'v(\'ω\')v',
 | 
				
			||||||
	'🐡( \'-\' 🐡 )フグパンチ!!!!',
 | 
						'🐡( \'-\' 🐡 )フグパンチ!!!!',
 | 
				
			||||||
	'🖕(´・_・`)🖕',
 | 
						'🖕(´・_・`)🖕'
 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default () => kaos[Math.floor(Math.random() * kaos.length)];
 | 
					export default () => kaos[Math.floor(Math.random() * kaos.length)];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue