Discord Embed Colours.
Project description
DISCORD EMBED COLOR CODER BY:
DustinFoes & CrignleySDays
TO GET COLOR, USE:
from discordcolors.py import colourcoder
EXAMPLE:
import discord
from discordcolors.py import colourcoder
BOT SET HERE
@client.command(description="Sends a colorful embed!")
async def color(ctx, color)
em = discord.Embed(description="This is Your Embed!", color=colourcoder(color)) # COLOR TAKES IN A STRING LIKE BLUE, GREEN, RED, ETC...
await ctx.respond(embed=em)
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
DiscordColours-0.0.1.tar.gz
(2.2 kB
view hashes)