Generates a random seal image for py-cord
Reason this release was yanked:
typo lol
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.3.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.3.tar.gz.
File metadata
- Download URL: randseal-1.4.3.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 |
eb103ba5bbe288dcabbc861a726870a0f2df763a7d504dc4d6af8375a6e9610e
|
|
| MD5 |
29f35e6b265dddbac1ad1be4a3a822d4
|
|
| BLAKE2b-256 |
1b8b8c20218acb040c48a31d10a17e61e8c6b073b857bc5486494d27aad72728
|
File details
Details for the file randseal-1.4.3-py3-none-any.whl.
File metadata
- Download URL: randseal-1.4.3-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 |
b4723bf21fec1c32d8a1bbef738860a23250e279c3acf98f0f326face25970f2
|
|
| MD5 |
afd870b2d6df45d9dc5b9a3e87dd1e83
|
|
| BLAKE2b-256 |
1cd3601966ce7009ffea4d6bb2ab0842d8da7a1269580b841d35557848d98080
|