Skip to main content

Random memes for discord.py

Project description

Hello World

A simple library that gives you randomized memes. This is useful for discord.py or anything else included with bots.

For discord.py your code would look like this:

Installation

pip install pyrandmeme==0.0.5

Usage

from discord.ext import commands
from pyrandmeme import *


client = commands.Bot(command_prefix="(Add prefix here)")


@client.command()
async def meme(ctx):
    await ctx.send(embed=await pyrandmeme())

client.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

pyrandmeme-0.0.6.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

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