diff --git a/werewolf/werewolf.py b/werewolf/werewolf.py index dc27338..a9870ab 100644 --- a/werewolf/werewolf.py +++ b/werewolf/werewolf.py @@ -279,7 +279,7 @@ class Werewolf(Cog): game = await self._get_game(ctx) game.game_over = True - await game.current_action.cancel() + game.current_action.cancel() await ctx.maybe_send_embed("Game has been stopped") @commands.guild_only()