Generates a random seal image for py-cord
Reason this release was yanked:
just doesnt work
Project description
randseal
Simple package that produces a seal image. The image is then output as a discord.File for Pycord.
Usage examples
import randseal
import discord
bot = discord.Bot(intents=discord.Intents.default())
@bot.slash_command()
async def sealimg(ctx):
await ctx.respond(file=ranseal.file())
@bot.slash_command()
async def sealembed(ctx, title):
embed = discord.Embed(colour=randseal.utils.blank(), title=title)
await ctx.respond(embed=ranseal.embed(embed=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.0.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.0.tar.gz.
File metadata
- Download URL: randseal-1.4.0.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 |
3cacbe46961d0b65d17ae9dfc607d314b9fbadc825c8babaa6008c0dbf982472
|
|
| MD5 |
af3817d1ebdea01158e9996c75ba7abd
|
|
| BLAKE2b-256 |
12f4206704dbfd44f8ab3954a8bb44143799eaaae6115975e703f024d9eee08e
|
File details
Details for the file randseal-1.4.0-py3-none-any.whl.
File metadata
- Download URL: randseal-1.4.0-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 |
5a9c0c50b76ad8988dd44a5145edf682fde2811b26861f565ebfc0fe40a3df25
|
|
| MD5 |
c28b4b6a94212b47043ed2fe124e431c
|
|
| BLAKE2b-256 |
03762b082a0e43202e2847be338191cad3ba5e4eeaa311660aa2e6da115b89b7
|