We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74c333 commit fb0bfa7Copy full SHA for fb0bfa7
1 file changed
plugins/bing.py
@@ -29,7 +29,7 @@ def bingify(s):
29
return "'{}'".format(s)
30
31
32
-@hook.command("bing", "google", "g", "search")
+@hook.command("bing", "b")
33
def bing(text, bot):
34
"""<query> - returns the first bing search result for <query>"""
35
api_key = bot.config.get("api_keys", {}).get("bing_azure")
@@ -71,7 +71,7 @@ def bing(text, bot):
71
return colors.parse('{} -- $(b){}$(b): "{}"'.format(url, title, desc))
72
73
74
-@hook.command("bingimage", "googleimage", "gis", "image")
+@hook.command("bingimage", "bis")
75
def bingimage(text, bot):
76
"""<query> - returns the first bing image search result for <query>"""
77
0 commit comments