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()