0 purchases
pyrandmeme 0.0.6
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)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.