Skip to content

Commit

Permalink
changed style of warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
EncryptEx committed Nov 8, 2022
1 parent 2136731 commit a11a06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ async def on_message(message):
embed.add_field(
name="Not happy with this?",
value=f"Disable this feature with ``/settings automod off`` or simply ``/suggest`` a new change",
inline=True,
inline=False,
)
await message.channel.send(embed=embed)
await message.delete()
Expand Down

0 comments on commit a11a06b

Please sign in to comment.