Skip to main content

Generates a random seal image for py-cord

Project description

randseal

Simple package that can produce a seal image. The image is then output as a discord.File or discord.Embed 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):
  file=await client.asyncFile()
  await ctx.respond(file=file)

@bot.slash_command()
async def sealembed(ctx):
  await ctx.respond(embed=client.Embed())

bot.run("token")

Project details


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.4.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

randseal-2.4.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file randseal-2.4.0.tar.gz.

File metadata

  • Download URL: randseal-2.4.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for randseal-2.4.0.tar.gz
Algorithm Hash digest
SHA256 f2512a6cb26cdd94ac2c6ee1c4d225047068895656a36da51f709a02129a71b4
MD5 57278612cf5845c6a0bfdba1aae559d9
BLAKE2b-256 7b6d07d9c4b4cd6049ae8f9173e9a6133fb5a10bd56088f4d54070270a2d8121

See more details on using hashes here.

File details

Details for the file randseal-2.4.0-py3-none-any.whl.

File metadata

  • Download URL: randseal-2.4.0-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for randseal-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 509c13900ab1fa9b4292c1f1243c4113726b16fb8b91c98b34ae4b01fd42168e
MD5 50a3afae2bfedbdaf3b53289d89dca01
BLAKE2b-256 7abe5e0a08bde9a01333741633a9aaf0236049119b302c702a4d707b6567a860

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page