Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #78 from networktocode-llc/mattv
Browse files Browse the repository at this point in the history
Mattv
  • Loading branch information
matt852 authored Jul 15, 2021
2 parents 9aeb8f4 + 63b8ead commit 76d00d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file modified nautobot_plugin_chatops_panorama/img/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions nautobot_plugin_chatops_panorama/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 76d00d3

Please sign in to comment.