mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-21 16:02:26 +00:00
48 lines
3.4 KiB
HTML
48 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<link rel="icon" type="image/png" href="../favicon.jpg"/>
|
|
<link href="../css/addaptphone.css" rel="stylesheet" type="text/css">
|
|
<!--If it's a phone, addapt it (and maked some code in css/addaptphone.css to be future-proof)-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>Bask Bot | Sr Izan's Website</title>
|
|
<!--Scripts and styles-->
|
|
<script>
|
|
</script>
|
|
<style>
|
|
@import url(https://srizan.ml/fonts/light.ttf);
|
|
.gohome{
|
|
font-size: 23px;
|
|
font-family: 'Kiwi Maru', serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Bask bot.</h1>
|
|
<a href="https://srizan.ml"><p class="gohome">Ir de vuelta al Inicio.</p></a>
|
|
<p>Comandos del bot Bask</p>
|
|
<ul>
|
|
<li>b!help -- Ayuda. Todos los comandos pero en el bot. <a href="../content/blog/bask/help.mp4" target="_blank">Video</a></li>
|
|
<li>b!invite -- Envia un enlace de invitación del bot por mensajes privados. <a href="../content/blog/bask/invite.mp4" target="_blank">Video</a></li>
|
|
<li>b!loop -- Repetición de un canción en concreto. <a href="../content/blog/bask/loop.mp4" target="_blank">Video</a></li>
|
|
<li>b!lyrics o b!ly -- Letras de la canción que ahora mismo está sonando. <a href="../content/blog/bask/lyrics.mp4" target="_blank">Video</a></li>
|
|
<li>b!move o b!mv -- Mover una canción de orden. <a href="../content/blog/bask/move.mp4" target="_blank">Video</a></li>
|
|
<li>b!np -- Ver qué canción se está reproduciendo. <a href="../content/blog/bask/np.mp4" target="_blank">Video</a></li>
|
|
<li>b!pause -- Pausar la canción. <a href="../content/blog/bask/pause.mp4" target="_blank">Video</a></li>
|
|
<li>b!ping -- Ver el ping entre tú y el bot. <a href="https://es.wikipedia.org/wiki/Ping">¿Qué es?</a> <a href="../content/blog/bask/ping.mp4" target="_blank">Video</a></li>
|
|
<li>b!play o b!p -- Reproducir una canción. <a href="../content/blog/bask/play.mp4" target="_blank">Video</a></li>
|
|
<li>b!playlist o b!pl -- Reproducir una playlist de YouTube. <a href="https://www.youtube.com/playlist?list=PL3oW2tjiIxvTExVHfA_VElpCZ7JlbHnaC">Ejemplo</a> <a href="../content/blog/bask/playlist.mp4" target="_blank">Video</a></li>
|
|
<li>b!queue o b!q -- Ver la cola. <a href="../content/blog/bask/queue.mp4" target="_blank">Video</a></li>
|
|
<li>b!remove o b!rm -- Quitar canciones de la cola. <a href="../content/blog/bask/remove.mp4" target="_blank">Video</a></li>
|
|
<li>b!resume o b!r -- Continuar una cancion ya pausada. (Ahora mismo no funciona). No hay video porque no funciona.</li>
|
|
<li>b!search -- Busca una canción en concreto por YouTube. <a href="../content/blog/bask/search.mp4" target="_blank">Video</a></li>
|
|
<li>b!shuffle -- Mezclar la cola de canciones. <a href="../content/blog/bask/shuffle.mp4" target="_blank">Video</a></li>
|
|
<li>b!skip o b!s -- Pasar canción. <a href="../content/blog/bask/skip.mp4" target="_blank">Video</a></li>
|
|
<li>b!skipto o b!st -- Pasa al número de la canción. (Mejor mira el video...). <a href="../content/blog/bask/skipto.mp4" target="_blank">Video</a></li>
|
|
<li>b!stop -- Parar y eliminar todas las canciones de la cola. <a href="../content/blog/bask/stop.mp4" target="_blank">Video</a></li>
|
|
<li>b!uptime o b!u -- El tiempo que ha estado encendido el bot. <a href="../content/blog/bask/uptime.mp4" target="_blank">Video</a></li>
|
|
<li>b!volume o b!v -- Cambiar el volumen de la canción. <a href="../content/blog/bask/volume.mp4" target="_blank">Video</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |