From c15fb8ff47a4a76fe905a002f4140019c7a6d572 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 26 May 2025 09:33:25 -0400 Subject: [PATCH] Add warning message for potential inaccuracies in global leaderboard due to synchronization delays in Leaderboard cog --- leaderboard/leaderboard.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/leaderboard/leaderboard.py b/leaderboard/leaderboard.py index f43dad9..a280965 100644 --- a/leaderboard/leaderboard.py +++ b/leaderboard/leaderboard.py @@ -323,6 +323,9 @@ class Leaderboard(commands.Cog): if not chunks: return await ctx.send("No users have 10,000 or more credits!") + # Send warning message first + await ctx.send("⚠️ **Note:** The global leaderboard may be slightly inaccurate due to synchronization delays.") + embeds = [] for page_num, entries in enumerate(chunks, 1): embed = discord.Embed(