FlagGuessr is a minigame Discord bot about guessing countries based on their flag and hints related to the country.
- Pool of 250 countries and territories
- Hints, if you don't recognize the flag
- Options that enhance your experience
- Country streaks
- Driving side
- Population
- Capitals
- Top Level Domains
- Difficulty (Normal & Hard) - on Hard difficulty, guessing a country incorrectly will result in immediately losing the streak
- Minimum population - predefined set of populations to filter countries
- Hide - whether the game embeds should only be visible to the user
- Leaderboard system
Invite Flag Guessr using this link.
Join the support server.
Flag Guessr is completely stateless - information about games is stored in buttons/modals as JSON. This means that there is no database and users don't lose their progress after bot restarts (unless they delete the embeds).
{
"u":"244563286257827840",
"d":0,
"m":10000000,
"i":22,
"e":false,
"s":1,
"a":0,
"h":0
}
{
"d":0,
"m":10000000,
"i":22,
"e":false,
"s":1
}
u
: user ID, used for checking who can interact with the game embed
d
: difficulty (0 = Normal, 1 = Hard)
m
: minimum population
i
: index of the country in the slice, used for getting details
e
: whether the game embeds should be ephemeral
s
: current streak