pyrandmeme 0.0.6

Creator: railscoder56

Last updated:

0 purchases

pyrandmeme 0.0.6 Image
pyrandmeme 0.0.6 Images
Add to Cart

Description:

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.