This commit is contained in:
Kevin Rode 2021-01-04 03:02:56 -05:00
parent 98409fd6c6
commit e35078820a

View File

@ -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 = [