Example #1
0
 async def nba(self,*team:str):
     """display score(s) of nba game"""
     t = ' '.join(team)
     await self.bot.say(nflgame.get_game(t,'nba'))
Example #2
0
 async def nba(self, ctx, *team: str):
     """display score(s) of nba game"""
     t = ' '.join(team)
     await ctx.send(nflgame.get_game(t, 'nba'))