Added uncaption, removed unncecessary log
This commit is contained in:
		
							parent
							
								
									9f7f4d21ba
								
							
						
					
					
						commit
						073c337d3d
					
				
					 5 changed files with 122 additions and 2 deletions
				
			
		
							
								
								
									
										10
									
								
								commands/image-editing/uncaption.js
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								commands/image-editing/uncaption.js
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
const ImageCommand = require("../../classes/imageCommand.js");
 | 
			
		||||
 | 
			
		||||
class UncaptionCommand extends ImageCommand {
 | 
			
		||||
  static description = "Removes the caption from an image";
 | 
			
		||||
 | 
			
		||||
  static noImage = "you need to provide an image to uncaption!";
 | 
			
		||||
  static command = "uncaption";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
module.exports = UncaptionCommand;
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue