(counters): Remove outdated comment.

This commit is contained in:
2024-09-28 16:58:40 +10:00
parent 22b99717db
commit 45b57b4eca

View File

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