diff --git a/tags/objects.py b/tags/objects.py index 07bbb99..8092d17 100644 --- a/tags/objects.py +++ b/tags/objects.py @@ -140,9 +140,7 @@ async def run(self, seed_variables: dict, **kwargs) -> tse.Response: cooldown_key=self.cooldown_key, **kwargs, ) - if cog.async_enabled: - return await output - return output + return await output if cog.async_enabled else output async def update_config(self) -> None: if self._real_tag: