Skip to content

Commit b312786

Browse files
committed
just add some pass stuff
glhf
1 parent 3ba9084 commit b312786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bot/cogs/snakes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ async def get_snek(self, name: str = None) -> Dict[str, Any]:
2828
:param name: Optional, the name of the snake to get information for - omit for a random snake
2929
:return: A dict containing information on a snake
3030
"""
31+
pass
3132

3233
@command()
3334
async def get(self, ctx: Context, name: str = None):
@@ -40,6 +41,7 @@ async def get(self, ctx: Context, name: str = None):
4041
:param ctx: Context object passed from discord.py
4142
:param name: Optional, the name of the snake to get information for - omit for a random snake
4243
"""
44+
pass
4345

4446
# Any additional commands can be placed here. Be creative, but keep it to a reasonable amount!
4547

0 commit comments

Comments
 (0)