mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Testinggggg
This commit is contained in:
parent
8eee78a70d
commit
12490206e5
1 changed files with 7 additions and 3 deletions
|
@ -114,9 +114,13 @@ def after(voice, error):
|
|||
@bot.command(name=',test', hidden=True)
|
||||
@commands.is_owner()
|
||||
@checks.del_ctx()
|
||||
async def test(ctx, message):
|
||||
if '<:N_:368917475531816962>' in message:
|
||||
await ctx.send('<:N_:368917475531816962>')
|
||||
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)
|
||||
# if '<:N_:368917475531816962>' in message:
|
||||
# await ctx.send('<:N_:368917475531816962>')
|
||||
# logs = []
|
||||
# async for entry in ctx.guild.audit_logs(limit=None, action=d.AuditLogAction.message_delete):
|
||||
# logs.append(
|
||||
|
|
Loading…
Reference in a new issue