From 45b57b4eca65a4fba95f1b4a66392506894e10dc Mon Sep 17 00:00:00 2001 From: Interitio Date: Sat, 28 Sep 2024 16:58:40 +1000 Subject: [PATCH] (counters): Remove outdated comment. --- src/modules/counters/cog.py | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/modules/counters/cog.py b/src/modules/counters/cog.py index 39ba1071..8cf4ca3a 100644 --- a/src/modules/counters/cog.py +++ b/src/modules/counters/cog.py @@ -139,32 +139,6 @@ class CounterCog(LionCog): logger.info(f"(Re)Loaded {len(rows)} counter commands!") - - - # commands = { - # 'stuff': ( - # 'stuffcounter', - # 'stufflb', - # "Good luck with {detailsorname}! We have done {total} stuffs {period_name}." - # ), - # 'water': ( - # 'water', - # 'waterlb', - # "Good job hydrating! We have had {total} cups of tea {period_name}." - # ), - # 'coffee': ( - # 'coffee', - # 'coffeelb', - # "Enjoy your {detailsorname}! We have had {total} cups of coffee {period_name}." - # ), - # 'tea': ( - # 'tea', - # 'tealb', - # "Enjoy your {detailsorname}! We have had {total} cups of tea this {period_name}." - # ), - # } - - async def cog_check(self, ctx): return True