Skip to content

Instantly share code, notes, and snippets.

@iGio90
Last active January 25, 2018 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iGio90/ec7fee639258752c80a3d63adba1aa69 to your computer and use it in GitHub Desktop.
Save iGio90/ec7fee639258752c80a3d63adba1aa69 to your computer and use it in GitHub Desktop.
import utils
from asyncio import *
def run(*args):
async def coro():
await discord_client.send_message(message.channel, embed=utils.simple_embed('it', 'worked', utils.random_color()))
message = args.message
discord_client = args.discord_client
coro()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment