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)
|
@bot.command(name=',test', hidden=True)
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
@checks.del_ctx()
|
@checks.del_ctx()
|
||||||
async def test(ctx, message):
|
async def test(ctx):
|
||||||
if '<:N_:368917475531816962>' in message:
|
embed = d.Embed(
|
||||||
await ctx.send('<:N_:368917475531816962>')
|
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 = []
|
# logs = []
|
||||||
# async for entry in ctx.guild.audit_logs(limit=None, action=d.AuditLogAction.message_delete):
|
# async for entry in ctx.guild.audit_logs(limit=None, action=d.AuditLogAction.message_delete):
|
||||||
# logs.append(
|
# logs.append(
|
||||||
|
|
Loading…
Reference in a new issue