aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/utils.py b/bot/cogs/utils.py
index d70fb300d..8171706d0 100644
--- a/bot/cogs/utils.py
+++ b/bot/cogs/utils.py
@@ -148,7 +148,7 @@ class Utils(Cog):
if len(characters) > 1:
# Maximum length possible is 252 so no need to truncate.
- embed.add_field(name='Raw', value=f"`{''.join(raw_list)}`", inline=False)
+ embed.add_field(name='Full Raw Text', value=f"`{''.join(raw_list)}`", inline=False)
await LinePaginator.paginate(char_list, ctx, embed, max_size=2000, empty=False)