BaskBotTutorials

This commit is contained in:
SrIzan10
2021-02-27 15:49:21 +01:00
parent 981ce76a75
commit b8e36d0031
21 changed files with 43 additions and 2 deletions

42
bask/index.html Normal file
View File

@@ -0,0 +1,42 @@
<!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>Sr Izan's website.</title>
<!--Scripts and styles-->
<script>
</script>
<style>
</style>
</head>
<body>
<h1>Bask bot.</h1>
<p>Comandos del bot Bask</p>
<ul>
<li>b!help -- Ayuda. Todos los comandos pero en el bot. <a href="../wp-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="../wp-content/blog/bask/invite.mp4" target="_blank">Video</a></li>
<li>b!loop -- Repetición de un canción en concreto. <a href="../wp-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="../wp-content/blog/bask/lyrics.mp4" target="_blank">Video</a></li>
<li>b!move o b!mv -- Mover una canción de orden. <a href="../wp-content/blog/bask/move.mp4" target="_blank">Video</a></li>
<li>b!np -- Ver qué canción se está reproduciendo. <a href="../wp-content/blog/bask/np.mp4" target="_blank">Video</a></li>
<li>b!pause -- Pausar la canción. <a href="../wp-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="../wp-content/blog/bask/ping.mp4" target="_blank">Video</a></li>
<li>b!play o b!p -- Reproducir una canción. <a href="../wp-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="../wp-content/blog/bask/playlist.mp4" target="_blank">Video</a></li>
<li>b!queue o b!q -- Ver la cola. <a href="../wp-content/blog/bask/queue.mp4" target="_blank">Video</a></li>
<li>b!remove o b!rm -- Quitar canciones de la cola. <a href="../wp-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="../wp-content/blog/bask/search.mp4" target="_blank">Video</a></li>
<li>b!shuffle -- Mezclar la cola de canciones. <a href="../wp-content/blog/bask/shuffle.mp4" target="_blank">Video</a></li>
<li>b!skip o b!s -- Pasar canción. <a href="../wp-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="../wp-content/blog/bask/skipto.mp4" target="_blank">Video</a></li>
<li>b!stop -- Parar y eliminar todas las canciones de la cola. <a href="../wp-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="../wp-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="../wp-content/blog/bask/volume.mp4" target="_blank">Video</a></li>
</ul>
</body>
</html>

View File

@@ -56,11 +56,10 @@ img { border: 0; }
</head>
<body>
<div class="lefttorighttext">
<h1>Sr Izan's Website.</h1>
</div>
<center><a href="bask/index.html"></a></center>
<div class="corner"><button onclick="myFunction()">Cambiar a modo oscuro</button></div>
<div class="htmlapprovalcorner"><a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsrizan.ml%2F" target="_blank"><img alt="HTML5 badge" src="wp-content/img/badge_html5.svg" width="88" height="31"></a></div>
</body>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
wp-content/blog/bask/np.mp4 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.