From 607d80b6ce5bf03f61efa695f77a2b924ff93e4c Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 6 Nov 2017 02:02:08 -0500 Subject: [PATCH] Testing shit --- src/main/run.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/run.py b/src/main/run.py index 931decb..8a68558 100644 --- a/src/main/run.py +++ b/src/main/run.py @@ -114,11 +114,9 @@ def after(voice, error): @bot.command(name=',test', hidden=True) @commands.is_owner() @checks.del_ctx() -async def test(ctx): - embed = d.Embed( - title='title', url='http://lh6.ggpht.com/d3pNZNFCcJM8snBsRSdKUhR9AVBnJMcYYrR92RRDBOzCrxZMhuTeoGOQSmSEn7DAPQ=w300') - embed.add_field(name='name', value='value', inline=False) - await ctx.send(embed=embed) +async def test(ctx, *, test): + print(ctx.args) + print(ctx.kwargs) # if '<:N_:368917475531816962>' in message: # await ctx.send('<:N_:368917475531816962>') # logs = []