1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 14:27:27 +00:00

Testing shit

This commit is contained in:
Myned 2017-11-06 02:02:08 -05:00
parent c7135b84f4
commit 607d80b6ce

View file

@ -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 = []