added message
This commit is contained in:
@@ -138,10 +138,10 @@ def cli(genre: str = None):
|
||||
if genre is None:
|
||||
genre = get_genre()
|
||||
print()
|
||||
print(get_random_message())
|
||||
print()
|
||||
print(f"Downloading to: \"{genre}\"")
|
||||
print()
|
||||
print(get_random_message())
|
||||
print()
|
||||
print(f"Downloading to: \"{genre}\"")
|
||||
print()
|
||||
|
||||
search = pages.Search()
|
||||
|
||||
|
@@ -27,7 +27,8 @@ HAPPY_MESSAGES: List[str] = [
|
||||
"🏳️⚧️🏳️⚧️ Trans women are women, trans men are men. 🏳️⚧️🏳️⚧️",
|
||||
"🏴☠️🏴☠️ Unite under one flag, fuck borders. 🏴☠️🏴☠️",
|
||||
"Join my Matrix Space: https://matrix.to/#/#music-kraken:matrix.org",
|
||||
"Gotta love the BPJM!! >:("
|
||||
"Gotta love the BPJM!! >:(",
|
||||
"🏳️⚧️🏳️⚧️ Protect trans youth. 🏳️⚧️🏳️⚧️"
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user