From 7ba8fcd6b7a1b81b7732d2f051155a099e5b365c Mon Sep 17 00:00:00 2001 From: jude Date: Fri, 29 Mar 2024 16:24:24 +0000 Subject: [PATCH] Add note to the server data page that states the bot might be restarting --- reminder-dashboard/src/components/Guild/GuildError.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reminder-dashboard/src/components/Guild/GuildError.tsx b/reminder-dashboard/src/components/Guild/GuildError.tsx index c0fdd8b..b90eb44 100644 --- a/reminder-dashboard/src/components/Guild/GuildError.tsx +++ b/reminder-dashboard/src/components/Guild/GuildError.tsx @@ -5,7 +5,11 @@ export const GuildError = () => {

We couldn't get this server's data

- Please check Reminder Bot is in the server, and has correct permissions. + The bot may have just been restarted, in which case please try again in a + few minutes. +
+ Otherwise, please check Reminder Bot is in the server, and has correct + permissions.