Closed aaru111 closed 3 days ago
added tetris command test it by using this:
@commands.hybrid_command(name="tetris", brief="Play a game of Tetris") async def tetris(self, ctx: commands.Context[commands.Bot]): game = Tetris() await game.start(ctx)
added tetris command test it by using this:
@commands.hybrid_command(name="tetris", brief="Play a game of Tetris") async def tetris(self, ctx: commands.Context[commands.Bot]): game = Tetris() await game.start(ctx)