https://github.com/denvercoder1/discord-wordle-clone
Discord bot to play a Wordle-inspired word puzzle game entirely within Discord
https://github.com/denvercoder1/discord-wordle-clone
discord discord-bot nextcord puzzle-game wordle
Last synced: 11 days ago
JSON representation
Discord bot to play a Wordle-inspired word puzzle game entirely within Discord
- Host: GitHub
- URL: https://github.com/denvercoder1/discord-wordle-clone
- Owner: DenverCoder1
- License: other
- Created: 2022-02-02T23:34:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T04:49:45.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T06:29:41.596Z (3 months ago)
- Topics: discord, discord-bot, nextcord, puzzle-game, wordle
- Language: Python
- Homepage: https://discord.com/api/oauth2/authorize?client_id=938502854921027584&permissions=11264&scope=bot%20applications.commands
- Size: 31.3 KB
- Stars: 17
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Wordle Clone
[](https://discord.gg/fPrdqh3Zfu "Dev Pro Tips Discussion & Support Server")
[](https://github.com/nextcord/nextcord "Powered by Nextcord Python API Wrapper")A bot for playing a clone of Wordle.
**Note:** This project is inspired by the popular word game called "Wordle" but is not affiliated.
[**Add the bot**](https://discord.com/api/oauth2/authorize?client_id=938502854921027584&permissions=11264&scope=bot%20applications.commands)

Once the bot is added, you can play wordle by using the command `/play`
## Demo

## Tutorial
Video tutorial on how this bot was made
https://www.youtube.com/watch?v=0p_eQGKFY3I
## Environment Variables
The following environment variables can be specified in a `.env` file to configure the bot for self-hosting:
- `TOKEN`: The token for the bot.
- `GUILD_IDS` (optional): A comma-separated list of guild IDs to activate slash commands in. (This is for testing since global slash commands can take a while to register.)## Custom Emoji
The letter emoji set used by the bot can be downloaded from [here](https://drive.google.com/drive/folders/1beZ_WmFJGVCVYEhmid_kOMkIhjyNnC6_?usp=sharing).
These emoji are an adaptation of [Twemoji](https://github.com/twitter/twemoji), published under the [CC-BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).
## Add the bot
Click [**here**](https://discord.com/api/oauth2/authorize?client_id=938502854921027584&permissions=11264&scope=bot%20applications.commands) to add the bot with the basic permissions.