mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-10 18:35:03 -04:00
Added remote image fetch example
This commit is contained in:
parent
84bc1f786d
commit
f1f7c332a3
2 changed files with 75 additions and 2 deletions
|
@ -29,8 +29,11 @@ class BasicCommandPlugin(SidebandCommandPlugin):
|
|||
response_content,
|
||||
lxm.source_hash,
|
||||
False, # Don't use propagation by default, try direct first
|
||||
skip_fields=True, # Don't include any additional fields automatically
|
||||
no_display=True # Dot't display this message in the message stream
|
||||
skip_fields = True, # Don't include any additional fields automatically
|
||||
no_display = True, # Don't display this message in the message stream
|
||||
attachment = None, # Don't add any attachment field to this message
|
||||
image = None, # Don't add any image field to this message
|
||||
audio = None, # Don't add any audio field to this message
|
||||
)
|
||||
|
||||
# Finally, tell Sideband what class in this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue