!!

Rinji

Rinji ist ein vielseitiger Bot, der Minispiele, globale Chat-Funktionen und andere nützliche Befehle bietet.


Prefix: !  |   Library: revolt.js   |   Votes: 1  |   Servers: 37  |   Submitted: 6/5/2024


Invite Vote Revolt IconSupport


Developer

  Colin_jp

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Rinji Bot</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; } .container { max-width: 600px; margin: 20px auto; padding: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h1 { text-align: center; color: #333; } .section { margin-bottom: 20px; } .section-title { font-weight: bold; color: #555; margin-bottom: 10px; } ul { list-style-type: none; padding: 0; } li { margin-bottom: 5px; } .emoji { margin-right: 8px; } .links { text-align: center; margin-top: 20px; } .links a { display: inline-block; margin: 0 10px; padding: 10px 15px; color: #fff; background-color: #007BFF; border-radius: 5px; text-decoration: none; } .links a:hover { background-color: #0056b3; } </style> </head> <body> <div class="container"> <h1>Rinji Bot</h1> <div class="section"> <div class="section-title">🎮 Minigames:</div> <ul> <li><span class="emoji">🔢</span> <code>!set-counting-channel</code> - Set the current channel as the counting channel.</li> <li><span class="emoji">❌</span> <code>!remove-counting-channel</code> - Remove the current counting channel.</li> <li><span class="emoji">🎲</span> <code>!start-guessing-game</code> - Start a new guessing game.</li> <li><span class="emoji">⛔</span> <code>!stop-guessing-game</code> - Stop the current guessing game.</li> <li><span class="emoji">✂️🪨📜</span> <code>!start-rps-game</code> - Start a new Rock-Paper-Scissors game.</li> <li><span class="emoji">✋</span> <code>!rps &lt;choice&gt;</code> - Play a round of Rock-Paper-Scissors.</li> </ul> </div> <div class="section"> <div class="section-title">🌍 Globalchat:</div> <ul> <li><span class="emoji">🌐</span> <code>!setglobal</code> - Setup a Globalchat.</li> <li><span class="emoji">🚫</span> <code>!removeglobal</code> - Remove Globalchat.</li> </ul> </div> <div class="section"> <div class="section-title">📚 Other:</div> <ul> <li><span class="emoji">ℹ️</span> <code>!help</code> - Show this help message.</li> </ul> </div> <div class="section"> <div class="section-title">🔗 Servers:</div> <ul> <li>${client.servers.size()} Servers!</li> </ul> </div> <div class="links"> <a href="https://app.revolt.chat/bot/01HZFHFV2GCBPNTC0EX71FZDWC">Invite</a> <a href="https://rvlt.gg/ehTKwh7X">Support</a> </div> </div> </body> </html>

Reviews

Rinji has a rating with 0 reviews.