Tom-the-Bomb / Discord-Games

A library for making implementing conventional games into your discord bot, easier.
MIT License
55 stars 34 forks source link

Create tetris.py #22

Closed aaru111 closed 3 days ago

aaru111 commented 4 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)