diff --git a/nautobot_plugin_chatops_panorama/img/han-solo-i-know.jpg b/nautobot_plugin_chatops_panorama/img/han-solo-i-know.jpg deleted file mode 100644 index 5525e23..0000000 Binary files a/nautobot_plugin_chatops_panorama/img/han-solo-i-know.jpg and /dev/null differ diff --git a/nautobot_plugin_chatops_panorama/img/image.png b/nautobot_plugin_chatops_panorama/img/image.png index f394c63..9d1fb3a 100644 Binary files a/nautobot_plugin_chatops_panorama/img/image.png and b/nautobot_plugin_chatops_panorama/img/image.png differ diff --git a/nautobot_plugin_chatops_panorama/worker.py b/nautobot_plugin_chatops_panorama/worker.py index a04f8f8..e2bd76a 100644 --- a/nautobot_plugin_chatops_panorama/worker.py +++ b/nautobot_plugin_chatops_panorama/worker.py @@ -164,9 +164,9 @@ def get_version(dispatcher): @subcommand_of("panorama") -def get_image(dispatcher, **kwargs): - """When you want to tell Panorama how much you love it.""" - dispatcher.send_image("nautobot_plugin_chatops_panorama/img/image.jpg") +def the_best(dispatcher, **kwargs): + """Who is the best?""" + dispatcher.send_image("/source/nautobot_plugin_chatops_panorama/img/image.png") return CommandStatusChoices.STATUS_SUCCEEDED