File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
src/main/java/com/diamondfire/helpbot/bot/command/impl/other/fun Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package  com .diamondfire .helpbot .bot .command .impl .other .fun ;
22
33import  com .diamondfire .helpbot .bot .command .argument .ArgumentSet ;
4- import  com .diamondfire .helpbot .bot .command .argument .impl .types .StringArgument ;
4+ import  com .diamondfire .helpbot .bot .command .argument .impl .types .EndlessStringArgument ;
55import  com .diamondfire .helpbot .bot .command .help .*;
66import  com .diamondfire .helpbot .bot .command .impl .Command ;
77import  com .diamondfire .helpbot .bot .command .permissions .Permission ;
@@ -25,7 +25,7 @@ public HelpContext getHelpContext() {
2525
2626    @ Override 
2727    protected  ArgumentSet  compileArguments () {
28-         return  new  ArgumentSet ().addArgument ("message" , new  StringArgument ());
28+         return  new  ArgumentSet ().addArgument ("message" , new  EndlessStringArgument ());
2929    }
3030
3131    @ Override 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments