Last active
January 25, 2018 03:19
-
-
Save iGio90/ec7fee639258752c80a3d63adba1aa69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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