def handicapped(self, ctx, image_source: converters.Image, *, text: commands.clean_content):
"""Sir, this spot is for the handicapped only!..."""
await Meme.recipe(ctx, {
'image': 'resources/memes/handicap.png',
'render_as': 'handicapped.png',
'cache': [(image_source, (80, 80))],
'steps': [
{'text': text, 'x': 270, 'y': 310, 'max_width': 270},
{'place': (image_source, (373, 151))},
{'place': (image_source, (302, 408))},
{'place': (image_source, (357, 690))}
]
})
评论列表
文章目录