Пример #1
0
def suggestions(text):
    if "hang" in text or "man" in text or "gra" in text or "wisie" in text:
        yield suggestion(
            title="Zagrajmy w wisielca",
            description="Gra w wisielca",
            data="hangman",
            icon="/static/imgs/modules/hangman_sugg.png",
            quality=0.5,
        )
Пример #2
0
def suggestions(text):
	if "num" in text or "play" in text or "gra" in text or "licz" in text:
		yield suggestion(title="Zagrajmy w zgadywanie liczb", description="Gra w zgadywanie liczb", data="playnum", icon="/static/imgs/modules/guessnumber_sugg.png", quality=0.5)
Пример #3
0
def suggestions(text):
	if "ti" in text:
		yield suggestion(title="Pokaż czas", description="Konsola", data="time", icon="/static/imgs/modules/consolebot_sugg.png", quality=0.75)