mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Typo and enhances
This commit is contained in:
		@@ -13,10 +13,6 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    $(function(){
 | 
					    $(function(){
 | 
				
			||||||
        $("#invite-waiting").hide();
 | 
					 | 
				
			||||||
        $("#invite-waiting-fail").hide();
 | 
					 | 
				
			||||||
        $("#invite-done").hide();
 | 
					 | 
				
			||||||
        
 | 
					 | 
				
			||||||
        $("#invite-btn").click(startInviteProcess);
 | 
					        $("#invite-btn").click(startInviteProcess);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,10 +17,10 @@ This is strictly enforced for the bot to send messages to all the channels, read
 | 
				
			|||||||
      </span>
 | 
					      </span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    <div id="invite-waiting" class="card-panel indigo lighten-5 z-depth-3 hoverable">
 | 
					    <div id="invite-waiting" class="card-panel indigo lighten-5 z-depth-3 hoverable" style="display: none;">
 | 
				
			||||||
      <span class="black-text center-align">
 | 
					      <span class="black-text center-align">
 | 
				
			||||||
        <h3>Step 2</h3>
 | 
					        <h3>Step 2</h3>
 | 
				
			||||||
        <h5>Please wait a moment for the bot tries to situate itself...</h5>
 | 
					        <h5>Please wait a moment while the bot tries to situate itself...</h5>
 | 
				
			||||||
        <br>
 | 
					        <br>
 | 
				
			||||||
        <div class="progress" style="background-color: #909cde;">
 | 
					        <div class="progress" style="background-color: #909cde;">
 | 
				
			||||||
            <div class="indeterminate" style="background-color: #303f9f;"></div>
 | 
					            <div class="indeterminate" style="background-color: #303f9f;"></div>
 | 
				
			||||||
@@ -28,7 +28,7 @@ This is strictly enforced for the bot to send messages to all the channels, read
 | 
				
			|||||||
      </span>
 | 
					      </span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    <div id="invite-waiting-fail" class="card-panel indigo lighten-5 z-depth-3 hoverable">
 | 
					    <div id="invite-waiting-fail" class="card-panel indigo lighten-5 z-depth-3 hoverable" style="display: none;">
 | 
				
			||||||
      <span class="black-text center-align">
 | 
					      <span class="black-text center-align">
 | 
				
			||||||
        <h3>Step 2</h3>
 | 
					        <h3>Step 2</h3>
 | 
				
			||||||
        <h5>Oops!</h5>
 | 
					        <h5>Oops!</h5>
 | 
				
			||||||
@@ -48,7 +48,7 @@ This is strictly enforced for the bot to send messages to all the channels, read
 | 
				
			|||||||
      </span>
 | 
					      </span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    <div id="invite-done" class="card-panel indigo lighten-5 z-depth-3 hoverable">
 | 
					    <div id="invite-done" class="card-panel indigo lighten-5 z-depth-3 hoverable" style="display: none;">
 | 
				
			||||||
      <span class="black-text center-align">
 | 
					      <span class="black-text center-align">
 | 
				
			||||||
        <h3>Step 3</h3>
 | 
					        <h3>Step 3</h3>
 | 
				
			||||||
        <h5>Congratulations! You have added Titan to your server!</h5>
 | 
					        <h5>Congratulations! You have added Titan to your server!</h5>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user