diff --git a/V6.py b/V6.py index ed7d3fb..e481327 100755 --- a/V6.py +++ b/V6.py @@ -365,6 +365,10 @@ def explore_on_bing(activity: str, config: Config): elif "movie" in activity: search_bing( f"Distribution {['Code 8 part 2', 'The Hunger Games: The ballad of Songbirds & Snakes', 'Rebel Moon: Part Two', 'Dune II', 'Wonka'][randint(0, 4)]}") + elif "translator" in activity: + search_bing(f"traduction {config.wordlist.get_word()} en anglais") + elif "map" in activity: + search_bing(f"{['Paris', 'Nice', 'Marseille', 'Bordeaux', 'Lyon'][randint(0, 4)]} carte") else: log_error(f"Explore on bing: {activity} not found.") diff --git a/version b/version index 50a5a4d..191a164 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.49 +v6.8.50