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
from randseal import get
from discord import Bot, Intents
bot = Bot(intents=Intents.default())
@bot.slash_command()
async def sealimg(ctx):
await ctx.respond(file=get.file())
@bot.slash_command()
async def sealembed(ctx):
await ctx.respond(embed=get.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.2.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.2.tar.gz.
File metadata
- Download URL: randseal-1.4.2.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 |
48086b367be4652507eab3cf3617d99d37ef7439103e4ecdc4e92510fec9a073
|
|
| MD5 |
123b813ca8a5b548fa0295b6c83cd1fc
|
|
| BLAKE2b-256 |
1c964f9351d0833ea05c1326045c1f29a2ee6c2f50798d084ecc6f4499949168
|
File details
Details for the file randseal-1.4.2-py3-none-any.whl.
File metadata
- Download URL: randseal-1.4.2-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 |
f71c2a36b87321e6ae60ea03f77242b58b44791e38787a23cff448a19995a8f8
|
|
| MD5 |
9eeea09695903260514e44fc2746e1c4
|
|
| BLAKE2b-256 |
a91dd421a2a8834de172c189ea8f07518ea3062a56d7560e83382bff62dad767
|