From b00c2e890aa741ed9260fb36bb87e15d8075c2d1 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Wed, 17 Jul 2024 13:53:28 +0530 Subject: Add wplink cog --- starboard/__init__.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 starboard/__init__.py (limited to 'starboard/__init__.py') diff --git a/starboard/__init__.py b/starboard/__init__.py deleted file mode 100644 index eeb3d75..0000000 --- a/starboard/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -from .starboard import Starboard - - -async def setup(bot): - await bot.add_cog(Starboard(bot)) -- cgit v1.2.3-57-g22cb