mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +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)
|
@bot.command(name=',test', hidden=True)
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
@checks.del_ctx()
|
@checks.del_ctx()
|
||||||
async def test(ctx):
|
async def test(ctx, *, test):
|
||||||
embed = d.Embed(
|
print(ctx.args)
|
||||||
title='title', url='http://lh6.ggpht.com/d3pNZNFCcJM8snBsRSdKUhR9AVBnJMcYYrR92RRDBOzCrxZMhuTeoGOQSmSEn7DAPQ=w300')
|
print(ctx.kwargs)
|
||||||
embed.add_field(name='name', value='value', inline=False)
|
|
||||||
await ctx.send(embed=embed)
|
|
||||||
# if '<:N_:368917475531816962>' in message:
|
# if '<:N_:368917475531816962>' in message:
|
||||||
# await ctx.send('<:N_:368917475531816962>')
|
# await ctx.send('<:N_:368917475531816962>')
|
||||||
# logs = []
|
# logs = []
|
||||||
|
|
Loading…
Reference in a new issue