Advertisement
Kovitikus

Multimedia not working.

Sep 11th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. '''
  2. Screenshot of output (or lack thereof).
  3. https://i.imgur.com/2pDYcrQ.png
  4. '''
  5.  
  6. class CmdTest(Command):
  7.     key = 'testy'
  8.  
  9.     def func(self):
  10.         caller = self.caller
  11.         caller.msg("This should be an image!")
  12.         caller.msg(img="https://i.imgur.com/2Wo1BpT.png")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement