diff --git a/techsupport_bot/commands/factoids.py b/techsupport_bot/commands/factoids.py index 5c0fd44c..4ed5f46a 100644 --- a/techsupport_bot/commands/factoids.py +++ b/techsupport_bot/commands/factoids.py @@ -1634,7 +1634,7 @@ async def info( # Adds all fields to the embed embed.add_field(name="Aliases", value=alias_list) embed.add_field(name="Embed", value=bool(factoid.embed_config)) - embed.add_field(name="Contents", value=factoid.message) + embed.add_field(name="Contents", value=factoid.message[:1020]) embed.add_field(name="Date of creation", value=factoid.time) # Get all the special properties of a factoid, if any are set