XiR

Quality Bot Top.gg Şablon
mail@pastecode.io avatar
unknown
html
3 years ago
13 kB
133
Indexable
Never
 <html><head><style>
  
.blog_card:after {
	content: "Join the Server...";
  	color: white;
  	background-color: #BD43CD;
 }
  
.columns .bot-img {
	border-radius: 4px !important;
	overflow: visible !important;
	box-shadow: none !important;
	background: none !important;
	box-shadow: none !important;
}

.bot-img img {
     border-radius: 50%
 }
 .bot-img img {
-webkit-animation: mover 1.5s infinite  alternate;
animation: mover 1.5s infinite  alternate;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}<br>
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}
.atag {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #9d70ff;
    border-radius: 3px 0 0 3px;
    color: white;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin-bottom: 3px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    margin-right: 14px !important;
} 

.atag:hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #BD43CD !important;
    border-radius: 3px 0 0 3px;
    color: white;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin-bottom: 3px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    margin-right: 14px !important;
    transition: all 0.8s;
}

 #bot-details-page .bot-description {
  color: #eeeeee;
  font-size: 19px;
}
#edit:hover, #support:hover, #delete:hover, #report:hover, #github:hover, #websitelink:hover {
    background-color: #BD43CD !important;
    color: white !important;
}

#edit, #delete, #support, #github, #report, #websitelink{
    background-color: #9d70ff !important;
    color: white !important;
    transition: all 0.8s;
}

#bot-details-page #bot-stats p {
    color: white;
}

#upvotebutton img {
    display: none;
}

#bot-details-page .btn-like:after {
    padding-right: 5px;
    content: " OY";
  	white-space: pre;
}

.btn-like {
    background-color: #9d70ff !important;
    color: white;
    transition: all 0.8s;
    border: none;
}

.btn-like:hover {
    font-weight: bold;
    transition: all 0.8s;
}

span#points {
    color: #ffffff;
}

.columns .bot-img {
    border-radius: 4px !important;
    overflow: visible !important;
    box-shadow: none !important;
    background: none !important;
    box-shadow: none !important;
}

#bot-details-page #bot-stats p {
    color: white;
}

.bot-name {
    color: white !important;
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.shapes-background {
	visibility: hidden;
}

.bot-name {
    -webkit-animation: colorchange 5s infinite alternate;
    animation: colorchange 5s infinite alternate;
    font-weight: bold;
    font-style: oblique;
}

code {
    background-color: #9d70ff !important;
    color: #ffffff;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
    border-radius: 10%; 
}

#bot-details-page #details .container {
    border-bottom: 1px solid #ccd6f800;
    border-top: 1px solid #ccd6f800;
    padding: 40px 0;
}

::-webkit-scrollbar {
	width: 11px;
	height: 11px;
}

::-webkit-scrollbar-track {
	background-color: #36393f;
}

::-webkit-scrollbar-thumb {
    background-color: #9d70ff;
}
::-webkit-scrollbar-thumb:hover {
 background:#BD43CD
}
body {
    color: #fff9f9;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	background: #36393f;
}

#libclick:before {
    content: "Kütüphane: ";
    color: #7289da;
    transition: all 0.8s;
}

.lib a {
    color: #7289da !important;
    transition: all 0.8s;
}

.atag:hover::after {
    background: transparent !important;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #fff;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
}

tr:hover {
  background-color: white;
  color: #000000;
  border-right-width: solid;
  border-left-width: solid;
  border-color: white;
  
}

td:hover {
  background-color: white;
  color: #000000;
}

.blog_card {
    display: inline-block;
    margin: 10px;
    pointer-events: all;
    background: #9d70ff;
    max-width: 350px;
    max-height: 90px;
    overflow: hidden;
    border-radius: 1px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #C2C1BE;
    box-shadow: 0px 2px 8px -4px rgba(0,0,0,0.4);
    animation-name: topFadeOut;
    animation-duration: 3.5s;
    color: white;
    border-color: white;
}

.bot-description {
    font: 400 14px "Karla", sans-serif;
    color: #ffffff;
    line-height: 1.36;
    margin-top: 10px;
}

.status.green {
    color: white !important;
}

.status.green::before {
    background-color: #1abc9c !important;
}

#createdby b {
    background-color: #9d70ff;
    display: inline-block;
    height: 25px;
    border-radius: 20px;
    vertical-align: middle;
    transform: translate(0px, -2px);
    margin-left: 3px;
    text-decoration: none !important;
    color: white !important;
    transition: all 0.8s;
}

#createdby b:hover {
    background-color: #BD43CD !important;
    color: white;
    transition: all 0.8s;
    display: inline-block;
    height: 25px;
    border-radius: 20px;
    vertical-align: middle;
    transform: translate(0px, -2px);
    margin-left: 3px;
    text-decoration: none !important;
    transition: all 0.8s;
    box-shadow: 0px 1px 3px black;
}

.btn-orange {	
    background-color: #9d70ff !important;
}

.btn-orange:hover {	
	background-color: #BD43CD !important;
    color: white !important;
}

.btn-blue {
	background-color: #9d70ff;
}

.owners a {
    color: white;
}

.maincon .content {
    min-height: 330px;
    box-shadow: 4px 4px 0 0 #000000, inset 4px 4px 0 0 rgba(204, 214, 248, 0.8), inset -4px -4px 0 0 #a5b3e6;
    position: relative;
    padding: 20px;
    background: #000000;
    display: flex;
    font: 600 16px "Karla", sans-serif;
    z-index: 0;
    flex-direction: column;
    flex-wrap: nowrap;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.125;
}
</style>
<style>
  .longdescription .content {
    transition-duration: 0.5s;
    border-radius: 25px !important;
    border-style: solid !important;
    border-width: 5px !important;
    border-color: #9d70ff !important;
    background-color: #36393f;
}

#bot-details-page .bot-name {
	color: white !important;
}


.longdescription .content:hover {
    transition-duration: 0.5s;
    border-radius: 20px !important;
    border-style: solid !important;
    border-width: 5px !important;
    border-color: #9d70ff !important;
    box-shadow: 0 0 20px 0 #9d70ff
}
.content table thead td, .content table thead th {
    border-width: 0 0 2px;
    color: #000000;
    background-color: #eeeeee;
}
.content table td, .content table th {
    border: 1px solid #4f4f4f;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top;
}

</style>
</head><body><center>
  <br>
<h1>Quality Bot</h1>
  <br>
<p><strong>(Diğer komutları görmek için <code>q!yardım</code>)</strong></p>
  <br>
  </center>
<table>
<thead>
<tr>
<th style="text-align:center">Komut</th>
<th style="text-align:center">Kullanım</th>
<th style="text-align:left">Açıklama</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center">Ban</td>
<td style="text-align:center">q!ban [@kişi]</td>
<td style="text-align:left">İstediğin kişiyi banlamaya yarar</td>
</tr>
<tr>
<td style="text-align:center">Temizle</td>
<td style="text-align:center">q!sil + [1-100 Arasındaki Sayı Kadar Mesaj Siler.] [Örnek q!sil 24]</td>
<td style="text-align:left">Yazı Kanalında Belirtilen sayı Kadar Mesaj Siler</td>
</tr>
<tr>
<td style="text-align:center">Caps Engelleme</td>
<td style="text-align:center">q!caps-engelle [aç]</td>
<td style="text-align:left">Sunucudaki Caps filtresini açar</td>
</tr>
<tr>
    <td style="text-align:center">Küfür Engelleme</td>
<td style="text-align:center">q!küfür-engelle</td>
<td style="text-align:left">Komutun kullanıldığı kanalda küfür engellemeyi aktif eder</td>
</tr>
<tr>
    <td style="text-align:center">Reklam Engelleme</td>
<td style="text-align:center">q!link-engelle</td>
<td style="text-align:left">Sunucuda link engellemeyi aktif eder</td>
</tr>
<tr>
<td style="text-align:center">Sohbet Temizleyici</td>
<td style="text-align:center">q!ultra-sohbet-temizleyici [aç]</td>
<td style="text-align:left">Belirtilen kanaldaki mesajları 10dk da bir siler</td>
</tr>
<tr>
<td style="text-align:center">Kanal Koruma</td>
<td style="text-align:center">q!k-kanallimit [3]</td>
<td style="text-align:left">Yetkililerin kanal silme limitini ayarlar</td>
</tr>
<tr>
<td style="text-align:center">Rol Koruma</td>
<td style="text-align:center">q!k-rollimit [3]</td>
<td style="text-align:left">Yetkililerin rol silebilme limitini ayarlar</td>
</tr>
<tr>
<td style="text-align:center">Ban Limit</td>
<td style="text-align:center">q!k-banlimit [3]</td>
<td style="text-align:left">Yetkililerin ban limitini ayarlar</td>
</tr>
<tr>
<td style="text-align:center">Anti Bot</td>
<td style="text-align:center">q!anti-raid [aç] [#logkanalı]</td>
<td style="text-align:left">Sunucuya giren botları kickler</td>
</tr>
<tr>
<td style="text-align:center">Anti Bot İzin</td>
<td style="text-align:center">q!bot-izinver [botunidsi]</td>
<td style="text-align:left">Anti Raid Açık iken idsi girilen bota giriş izni sağlar</td>
</tr>
<tr>
<td style="text-align:center">Filtre Sistemi</td>
<td style="text-align:center">q!filtre-ekle [kelime]</td>
<td style="text-align:left">Yazılmasını istemediğiniz kelimeleri filtreler</td>
</tr>
<tr>
<td style="text-align:center">Müzik</td>
<td style="text-align:center">q!play(çal, oynat) [Müzik İsmi/Müzik Linki]</td>
<td style="text-align:left">İstediğiniz müziği açar</td>
</tr>
<tr>
  <td style="text-align:center">Müzik Durdur</td>
<td style="text-align:center">q!stop(durdur)</td>
<td style="text-align:left">Müziği durdurur</td>
</tr>
<tr>
   <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!reverse</td>
<td style="text-align:left">Müziği tersten oynatır</td>
</tr>
<tr>
  <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!bassboost</td>
<td style="text-align:left">Müziği BassBoost uygular</td>
</tr>
<tr>
   <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!tiktok</td>
<td style="text-align:left">Müziğe Tiktok Long Face efekti uygular</td>
</tr>
<tr>
   <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!canavar</td>
<td style="text-align:left">Müziğe Canavar efekti uygular</td>
</tr>
<tr>
   <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!8d</td>
<td style="text-align:left">Müziğe 8D efekti uygular [Kulakla dinlenmelidir]</td>
</tr>
<tr>
   <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!nightcore</td>
<td style="text-align:left">Müziğe NightCore efekti uygular</td>
</tr>
<tr>
   <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!hızlandır</td>
<td style="text-align:left">Müziği 1.3x hızlandırır</td>
</tr>
<tr>
    <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!tiz</td>
<td style="text-align:left">Müziği tizleştirir</td>
</tr>
<tr>
    <td style="text-align:center">Müzik Filtresi</td>
<td style="text-align:center">q!pulsator</td>
<td style="text-align:left">Müziğe Pulsator efekti uygular [Kulaklıkla dinlenmelidir]</td>
</tr>
<tr>
</tr></tbody>
</table>
						
					
				
				<div class="container is-widescreen">
				</div>
				<div style="text-align: center;">
					<div style="display:none" data-id="5b608e7346e0fb00011c6374" class="vm-placement"></div>
				</div>
		
	

</body></html>