Generates a random seal image for py-cord
Project description
randseal
Simple package that produces a seal image. The image is then output as a discord.File for Pycord.
Usage example
import randseal
from discord import Bot, Intents
bot = Bot(intents=Intents.default())
@bot.slash_command()
async def sealimg(ctx):
await ctx.respond(file=randseal.File())
@bot.slash_command()
async def sealembed(ctx):
await ctx.respond(embed=randseal.Embed())
bot.run("token")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
randseal-1.4.4.tar.gz
(3.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file randseal-1.4.4.tar.gz.
File metadata
- Download URL: randseal-1.4.4.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e63fd825a84e65dc240644d68b0008624f045039ee3f4fb2b94bd3e3c3ce66c
|
|
| MD5 |
81db3c6cb4d98df5bf220fc8d3e0f8ff
|
|
| BLAKE2b-256 |
2f7e5c95e88547c2a3939dc4999846fdb573a705a2b109261eb926de1c7ada60
|
File details
Details for the file randseal-1.4.4-py3-none-any.whl.
File metadata
- Download URL: randseal-1.4.4-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31483993967477d928a9771920855c4abbcff943a4d4e5cac589ee5fe9fea77a
|
|
| MD5 |
48d3ef3f7e8002e0cc5bd7ea565390ab
|
|
| BLAKE2b-256 |
791e409b7c1edced9111b275167cc88904c69618d816437d18202d8e6f91b186
|