aboutsummaryrefslogtreecommitdiff
path: root/cogs/logs.py
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-07-25 23:19:38 +0000
committerGitHub <noreply@github.com>2020-07-25 23:19:38 +0000
commit8e8b10e2875fb384887239a3e05964b9504e127d (patch)
treee19f62f41a173ba027d9366ef1257d310ca69f27 /cogs/logs.py
parent4bab18fd38f00549fdca8b4e0d2971cafa8413b3 (diff)
downloadsteve-bot-8e8b10e2875fb384887239a3e05964b9504e127d.tar
steve-bot-8e8b10e2875fb384887239a3e05964b9504e127d.tar.gz
steve-bot-8e8b10e2875fb384887239a3e05964b9504e127d.tar.bz2
steve-bot-8e8b10e2875fb384887239a3e05964b9504e127d.tar.lz
steve-bot-8e8b10e2875fb384887239a3e05964b9504e127d.tar.xz
steve-bot-8e8b10e2875fb384887239a3e05964b9504e127d.tar.zst
steve-bot-8e8b10e2875fb384887239a3e05964b9504e127d.zip
Bold pls
Diffstat (limited to 'cogs/logs.py')
-rwxr-xr-xcogs/logs.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/cogs/logs.py b/cogs/logs.py
index c1b3a49..fd34b77 100755
--- a/cogs/logs.py
+++ b/cogs/logs.py
@@ -24,10 +24,10 @@ class Logs(commands.Cog):
timestamp=message.created_at
)
embed.add_field(
- name='User', value=message.author.mention, inline=True)
+ name='**User**', value=message.author.mention, inline=True)
embed.add_field(
- name='Channel', value=message.channel.mention, inline=True)
- embed.add_field(name='Message', value=message.content, inline=False)
+ name='**Channel**', value=message.channel.mention, inline=True)
+ embed.add_field(name='**Message**', value=message.content, inline=False)
await channel.send(embed=embed)
@commands.Cog.listener()
@@ -48,12 +48,12 @@ class Logs(commands.Cog):
timestamp=after.edited_at
)
embed.add_field(
- name='User', value=before.author.mention, inline=True)
+ name='**User**', value=before.author.mention, inline=True)
embed.add_field(
- name='Channel', value=before.channel.mention, inline=True)
- embed.add_field(name='Original Message',
+ name='**Channel**', value=before.channel.mention, inline=True)
+ embed.add_field(name='**Original Message**',
value=before.content, inline=False)
- embed.add_field(name='New Message', value=after.content, inline=False)
+ embed.add_field(name='**New Message**', value=after.content, inline=False)
await channel.send(embed=embed)
span>/+44 2021-03-20remove embed from run rejection messageSkycloudd1-1/+1 2021-03-16hopefully fixed the ultraxd thingSkycloudd1-1/+1 2021-03-05Tabs to spacesMango0x451-526/+541 2021-03-05Educate new members on input rulesMango0x451-535/+526 2021-02-28Make !pending not max out at 200 runs per gamerandomidiot131-5/+16 2021-02-27Update aiohttp due to security vulnerabilityMango0x452-1/+2 2021-02-24Make !verified asynchronousAnInternetTroll2-38/+36 2021-02-20Add verified commandrandomidiot131-0/+45 2021-02-13Whitelist coop all bosses when rejecting spamMango0x451-1/+1 2021-02-13Remove useless importsMango0x454-6/+1 2021-02-13Add better spam preventionMango0x451-15/+22 2021-02-13Remove useless dependenciesMango0x451-10/+8