diff --git a/cogs/timings.py b/cogs/timings.py index 3197380..46f3462 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -83,7 +83,7 @@ class Timings(commands.Cog): if version_result: if compare_versions(version_result, TIMINGS_CHECK["version"]) == -1: version = version.replace("git-", "").replace("MC: ", "") - embed_var.add_field(name="❌ Outdated") + embed_var.add_field(name="❌ Outdated",value=f"You are using `{version}`, you should update to `{TIMINGS_CHECK["version"]}`.") else: embed_var.add_field(name="❗ Value Error", value=f'Could not locate version from `{version}`')