From e35078820a20ec078b88a1057d513c67827ad288 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Mon, 4 Jan 2021 03:02:56 -0500 Subject: [PATCH] spelling --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 755c791..c1bf914 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -321,7 +321,7 @@ class ShowHistoryCommand(Command): description = "Shows all game history" async def execute(self, msg, command): - list_task = asyncio.create_task(history_pages(msg, game.get_history())) + list_task = asyncio.create_task(history_pages(msg, games.get_history())) commands = [