Omniplex
Back to bots
ReactMe Manager
ReactMe Manager

ReactMe Manager

The only Auto-Reaction bot you can find for your discord server!

</head> <body> <div class="container"> <h1>Auto-Reaction Bot</h1> <p class="description"> The Auto-Reaction Bot is your ultimate companion for enhancing engagement in your Discord server. Set up automatic reactions for any text channel with emojis of your choice, and watch your community come alive. Perfect for adding a touch of fun and interactivity to your server! </p> <div class="command"> <h2>/help πŸ“š</h2> <p>Displays detailed information about how to use the bot and its commands.</p> </div> <div class="command"> <h2>/auto_react_info [channel] ℹ️</h2> <p>Shows the current auto-react settings for the specified text channel.</p> <p class="example">Example: <code>/auto_react_info #general</code></p> </div> <div class="command"> <h2>/auto_react_set [channel] [emojis] ✨</h2> <p>Sets up auto-react emojis for a specified text channel. Separate multiple emojis with spaces.</p> <p class="example">Example: <code>/auto_react_set #general 😊 πŸŽ‰</code></p> </div> <div class="command"> <h2>/auto_react_delete [channel] πŸ—‘οΈ</h2> <p>Removes the auto-react settings for the specified text channel.</p> <p class="example">Example: <code>/auto_react_delete #general</code></p> </div> </div> <script> const emojis = ['😍', 'πŸŽ‰', '❀️', '🌸', '✨', 'πŸ”₯', 'πŸ‘»']; const createEmoji = () => { const emoji = document.createElement('div'); emoji.classList.add('emoji'); emoji.style.left = `${Math.random() * 100}vw`; emoji.style.animationDuration = `${Math.random() * 3 + 2}s`; emoji.innerText = emojis[Math.floor(Math.random() * emojis.length)]; emoji.addEventListener('mouseover', () => { emoji.style.animation = 'burst 0.5s forwards'; }); document.body.appendChild(emoji); setTimeout(() => { emoji.remove(); }, 5000); }; setInterval(createEmoji, 300); </script> </body> </html>

Similar Bots