File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ async def on_ready(self):
1313        await  self .load_cogs ()
1414
1515    async  def  load_cogs (self ):
16-         await  self .load_extension ("app.extensions.kms" )
17-         await  self .load_extension ("app.extensions.link" )
18-         await  self .load_extension ("app.extensions.bridge" )
1916        await  self .load_extension ("app.extensions.errors" )
17+         await  self .load_extension ("app.extensions.bridge" )
18+         await  self .load_extension ("app.extensions.link" )
19+         await  self .load_extension ("app.extensions.fun" )
2020        await  self .tree .sync ()
2121
2222def  run ():
Original file line number Diff line number Diff line change 11
22from  .bridge  import  BanchoChatBridge 
3- from  .kms  import  NeverKillYourself 
4- from  .link  import  AccountLinking 
53from  .errors  import  ErrorHandler 
4+ from  .link  import  AccountLinking 
5+ from  .fun  import  NeverKillYourself 
File renamed without changes.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments