Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
Resource icon

Wordle | BrayanBot Addon 1.2.3

No permission to download
wordle-banner-png.472

Wordle game



Playing

1651968717839-png.473

Player stats
1653583963076-png.626


YAML:
Wordle:
  LogWord: true
  # Keep this in false, do not cheat :D
  Language: en
Commands:
  Wordle:
    Usage: wordle
    Description: Start a wordle game
    Aliases: []
    Permission:
      - "@everyone"
    SlashCommand:
      Enabled: true
      Data:
        Name: wordle
        Description: Start a wordle game



YAML:
Commands:
  Wordle:
    StartingGame:
      Embeds:
        - Title: Starting Game
          Description: Starting the game
          Color: BLUE
    Board:
      Embeds:
        - Title: ⬛ 🟨 🟩 **Wordle Game** | Playing
          Color: "#2f3136"
          Image: "{board}"
          Footer: Wordle Game | {user-tag}
    InvalidInput:
      Embeds:
        - Title: Invalid Input | That is not a valid word
          Color: RED
    GameOver:
      Embeds:
        - Title: ⬛ 🟨 🟩 **Wordle Game** | Game Over
          Color: RED
          Image: "{board}"
          Footer: Wordle Game | {user-tag}
    Win:
      Embeds:
        - Title: You Win | Game Over
          Color: GREEN
    Lose:
      Embeds:
        - Title: You Lose | Game Over
          Color: RED
          Description: The word was **{word}**
    TimeUp:
      Embeds:
        - Title: Time's Up | Game Over
          Color: RED



To get support for this addon contact to ElkinSantiana#0115
Author
Elkin S.
Views
398
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Elkin S.

Latest updates

  1. 1.2.3

    Changelog:Solved bug not showing {word} variable in timeout message
  2. 1.2.2

    Changelog:Solved error not displaying the correct last 5 games in stats command
  3. 1.2.1

    Changelog:Solved error showing an invalid game started date Removed {percentage} variable from...
Back
Top