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())
client = randseal.Client()
@bot.slash_command()
async def sealimg(ctx):
await ctx.respond(file=await client.asyncFile())
@bot.slash_command()
async def sealembed(ctx):
await ctx.respond(embed=client.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-2.0.0.tar.gz
(3.4 kB
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-2.0.0.tar.gz.
File metadata
- Download URL: randseal-2.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5f79acfe709f31d0210bca2cdfd16d1b47f00e30e589e369b8ca7ff6288ddba
|
|
| MD5 |
353c7af99919e33a61d1f3886080855e
|
|
| BLAKE2b-256 |
2d8d469fad5eb7b020f40c10efe427067501e890a0dbfcc87c9c78297f6b8782
|
File details
Details for the file randseal-2.0.0-py3-none-any.whl.
File metadata
- Download URL: randseal-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bdcaaa05a3f6205286de77032069f6683329e010ad5313c8c75cb3edd6f7234
|
|
| MD5 |
08384648e6b7dcff80d5806b38e3aa47
|
|
| BLAKE2b-256 |
2fa791f9aebb3a5f98f6e4e8dcfad5779bf5614053cbc129944779fb2f4e40bf
|