mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Testing shit
This commit is contained in:
parent
c7135b84f4
commit
607d80b6ce
1 changed files with 3 additions and 5 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue