Skip to content

VEDA00133912/makeitaquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makeitaquote

Discord用Make it a Quote生成パッケージです。 使用しているAPIが死んだら終わりです()

Installation

pip install makeitaquote

使い方

from makeitaquote import MiQ
# ...
miq = (
    MiQ()
    .set_from_message(referenced_message, format_text=True)
    .set_color(True)
    .set_watermark(bot.user.name)
)
image_bytes = miq.generate_beta()
file = discord.File(io.BytesIO(image_bytes), filename="quote.png")

About

discord用のMake it a Quote生成パッケージ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages