diff --git a/src/cogs/election.py b/src/cogs/election.py index 633cdcc..be1476a 100644 --- a/src/cogs/election.py +++ b/src/cogs/election.py @@ -206,7 +206,7 @@ class ElectionCog(commands.Cog): return await ctx.respond(f"Sorry, I cannot contact the BBC at this time: {e}") if embed is None: return await ctx.respond("Sorry, I could not find any election results.") - await ctx.respond(embed=embed, view=RefreshView()) + await ctx.respond(embed=embed, view=RefreshView(timeout=3600, disable_on_timeout=True)) def setup(bot):