Wordle For Discord Aplicativos e Bots do Discord

Aproveite sua experiência no Discord com nossa variedade de bots e apps do Discord.

Discord Servers
durdle
Wrdl
Wordle
<h3>How to play</h3> First use the command /wordle to see the current wordle <img src="https://media.discordapp.net/attachments/1141798727749742642/1149748444680945694/image.png"> Then use /wordle "word" to try to guess the word. <img src="https://media.discordapp.net/attachments/1141798727749742642/1149749100208734320/image.png"> Once you finish, you can share your result to everyone, you can also view the meaning of the word <img src="https://media.discordapp.net/attachments/1141798727749742642/1149749373408923759/image.png"> <h3>Stats</h3> You can also see your stats and the stats of any user! <img src="https://media.discordapp.net/attachments/1141798727749742642/1149745245496553512/image.png"> <h3>Help</h3> You can view how to play in /help and the configuration of the server <img src="https://media.discordapp.net/attachments/1141798727749742642/1149750175020105738/image.png"> In this image you can see all the command that exists to config the server. Actually there are two languages aviable: <strong>English/Spanish</strong> You can change the language using <strong>/config language</strong> <h3>Commands</h3> <p><code>/wordle</code>: Play today's wordle.</p> <p><code>/stats</code>: Show your current statics in this server.</p> <p><code>/help</code>: Show the information about this bot.</p> <p><code>/bug</code>: Report a bug.</p> <p><code>/suggest</code>: Suggest an improvement.</p> <h4>Config command (Only seen by administrators)</h4> <p><code>/config mode</code>: Select if the DAILY WORDLE is random to everyone or the same.</p> <p><code>/config length</code>: Allow to change the DAILY WORDLE length (Leave empty to be unlimited).</p> <p><code>/config language</code>: Select the language of the WORDLE (This will reset unfinished wordle).</p> <p><code>/config sharewordle</code>: Allow to share WORDLE results to any channel.</p> <p><code>/config sharestatus</code>: Allow to share STATUS to any channel.</p> <p><code>/config autoshare_dailywordle</code>: Select a channel to announce the result of each user.</p> <p><code>/config autoshare_practicewordle</code>: Select a channel to announce the result of each user.</p>
Wordler Infinity
# 🌟 Infinite Wordle Fun for Your Discord Server! 🎉 Bring the classic word-guessing game to Discord — with a twist! Challenge yourself or your server in endless Wordle fun, complete with beautiful visuals and competitive leaderboards. --- ## 🎮 Features ### 📌 Infinite Guesses Play without limits — guess until you solve it or give up! ### 👥 Solo or Multiplayer Go solo or take turns with friends in a shared game session. ### 🏆 Smart Scoring System Get rewarded for speed and accuracy: - 🔟 Points for solving in 1 guess - 9️⃣ Points for 2 guesses - ... - 1️⃣ Point for 10 guesses - 0️⃣ Points after 10+ guesses ### 📊 Visual Game Boards Track your guesses just like the original game! ![](https://i.imgur.com/pxkk9xp.png) ### 🌐 Dual Leaderboards - 🏘️ **Guild Leaderboard**: Compete with your server members - 🌍 **Global Leaderboard**: See how you rank worldwide ### ⚙️ Channel Configuration Admins can set a dedicated channel for Wordle using: `/setchannel` ### 💬 Easy-to-Use Slash Commands Start playing immediately with clean, intuitive commands: - `/wordle` – Start a game - `/guess` – Submit a word - `/leaderboard` – View scores - `/wordlehelp` – Full list of commands --- ## 📸 Image Gallery *Preview how the bot works in the image gallery!* Includes: - 🎮 Wordle board visual ![](https://i.imgur.com/pxkk9xp.png) - 🧠 Commands usage ![](https://i.imgur.com/BNl7UaZ.png) - 📈 Leaderboard display ![](https://i.imgur.com/GE8PjaB.png) --- ## 🚀 Get Started Now! Invite the bot and run `/wordle` to play your first round! Challenge friends, rise through the leaderboards, and enjoy Wordle in Discord. 👉 *Use `/wordlehelp` for a list of all commands.*
BUTI
<style> .container-buti { background-color: #1e2124; color: #dcddde; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 25px; border-radius: 15px; } .header-buti { text-align: center; border-bottom: 3px solid #5865F2; padding-bottom: 15px; margin-bottom: 25px; } .header-buti h1 { color: #ffffff; font-size: 2.5em; margin: 0; } .section-buti { background-color: #2c2f33; border-radius: 10px; padding: 20px; margin-bottom: 20px; border-left: 5px solid #5865F2; } .section-buti h2 { color: #ffffff; border-bottom: 2px solid #4a54c9; padding-bottom: 10px; margin-top: 0; font-size: 1.8em; } /* Card principal com Flexbox */ .card-buti { background-color: #23272A; border-radius: 8px; padding: 20px; margin-top: 20px; display: flex; align-items: center; /* Alinha verticalmente */ gap: 25px; /* Espaço entre texto e imagem */ flex-wrap: wrap; /* Permite que os itens quebrem para a linha de baixo */ } /* Div para o texto e para a imagem */ .card-text-buti, .card-image-buti { flex: 1; /* Faz com que ambos tentem ocupar o mesmo espaço */ min-width: 280px; /* Largura mínima antes de quebrar a linha */ } .card-buti h3 { color: #ffffff; font-size: 1.5em; margin-top: 0; } .card-buti p { color: #b9bbbe; line-height: 1.6; } /* Estilo da imagem para ser proporcional */ .card-image-buti img { width: 100%; height: auto; /* Mantém a proporção */ border-radius: 8px; display: block; } code.cmd-buti { background-color: #40444b; color: #ffffff; padding: 5px 8px; border-radius: 5px; font-family: 'Consolas', 'Courier New', monospace; font-size: 0.95em; } /* Media Query para responsividade em telas menores */ @media (max-width: 768px) { .card-buti { flex-direction: column; /* Coloca a imagem abaixo do texto */ } .header-buti h1 { font-size: 2em; } } </style> <div class="container-buti"> <div class="header-buti"> <h1>🎮 BUTI</h1> <p style="font-size: 1.2em; color: #b9bbbe;">Jogos, desafios diários e funcionalidades para seu servidor</p> </div> <div class="section-buti"> <h2>🕹️ Jogos</h2> <div class="card-buti"> <div class="card-text-buti"> <h3>TERMO</h3> <p>Inspirado no clássico WORDLE! Teste seu vocabulário e tente adivinhar a palavra secreta em até 6 tentativas.</p> <p>Para jogar, use o comando: <br><code class="cmd-buti">/jogar → termo</code></p> </div> <div class="card-image-buti"> <img src="https://cdn.discordapp.com/attachments/647559889639702548/1434639603481968781/image.png?ex=69090fbf&is=6907be3f&hm=8018179c213f68d474a2f1c1453f7fe8d625f9a8a723e9e37782eeea66dcd94e&" alt="Exemplo do jogo TERMO"> </div> </div> <div class="card-buti"> <div class="card-text-buti"> <h3>SUS</h3> <p>Um impostor está entre os sobreviventes e não sabe a palavra secreta. A cada rodada, todos dizem algo relacionado ao tema para tentar descobrir o farsante.</p> <p>Após as dicas, decidam em votação se querem eliminar um suspeito ou continuar por mais um round!</p> <p>Para jogar, use o comando: <br><code class="cmd-buti">/jogar → sus</code></p> </div> <div class="card-image-buti"> <img src="https://cdn.discordapp.com/attachments/647559889639702548/1434639682444198141/image.png?ex=69090fd2&is=6907be52&hm=dcb1f9d7819be35061e9a5177e06275a9e8fa2c95bcad9ae4d740b0b7220347b&" alt="Jogo SUS"> </div> </div> </div> <div class="section-buti"> <h2>⚙️ Funcionalidades</h2> <div class="card-buti"> <div class="card-text-buti"> <h3>Embedder</h3> <p>Além dos jogos, o BUTI conta com a poderosa função de Embedder! Ele transforma links de redes sociais como Instagram e TikTok enviados no chat em vídeos visíveis diretamente no Discord.</p> <p>Ative com o comando:</p> <code class="cmd-buti" style="display: block; text-align: center; padding: 10px;">/config embedder value:ativo</code> </div> <div class="card-image-buti"> <img src="https://cdn.discordapp.com/attachments/647559889639702548/1434639691516346480/image.png?ex=69090fd4&is=6907be54&hm=9f852b48128d56d2cf6006509ab30f9503dec174245e9749d942b1e7d043721a&" alt="Exemplo da função Embedder"> </div> </div> </div> </div>