From 199f938e38be1e001d2de93b3a834949e69adad2 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Mon, 4 Jan 2021 02:39:22 -0500 Subject: [PATCH] It is late and I make typos --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index a824531..9cb28ef 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -343,7 +343,7 @@ commands = [ CreditCommand(), RomanCommand(), HelpCommand(), - ShowHistory(), + ShowHistoryCommand(), ] client = discord.Client()