File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919REDIS_HOST  =  os .environ .get ('REDIS_HOST' )
2020REDIS_PORT  =  int (os .environ .get ('REDIS_PORT' , 6379 ))
2121
22- ENBALE_DISCORD_BOT  =  eval (os .environ .get ('ENBALE_DISCORD_BOT ' , 'True' ).capitalize ())
22+ ENABLE_DISCORD_BOT  =  eval (os .environ .get ('ENABLE_DISCORD_BOT ' , 'True' ).capitalize ())
2323BOT_PREFIX  =  os .environ .get ('DISCORD_BOT_PREFIX' )
2424BOT_TOKEN  =  os .environ .get ('DISCORD_BOT_TOKEN' )
2525
Original file line number Diff line number Diff line change 1212)
1313
1414def  main ():
15-     if  not  config .ENBALE_DISCORD_BOT :
15+     if  not  config .ENABLE_DISCORD_BOT :
1616        logging .warning ("BanchoBot is disabled, exiting..." )
1717        exit (0 )
1818
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ python-dotenv==1.1.1
99redis == 6.4.0 
1010requests == 2.32.4 
1111sendgrid == 6.12.4 
12- sqlalchemy == 2.0.42  
12+ sqlalchemy == 2.0.43  
1313timeago == 1.0.16 
1414rosu-pp-py == 3.1.0 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments