Skip to content

0xSpiridono/discordle

Repository files navigation

discordle

CI Status

Discord Bot to play a wordle-like game with users.

Image


Requirements

  • npm of some kind installed.

  • .env file with discord token DISCORD_TOKEN populated.


Installation

npm install -g yarn
yarn install
yarn start

Commands

@Discordle !ping

Ping server to see if it is up.

@Discordle !start [length]

Start a game of length length. Will pick out a word from the corpus file, corpus.txt.

@Discordle !state

Get the current state of a game, if one is currently being played in the channel.

@Discordle !guess [word]

Guess the word described by word. Will increment the guesses counter


NB - Many many thanks to the developer of Wordle for inspiring this bot!

About

Discord Bot to play Wordle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%