This commit is contained in:
2025-05-01 15:54:14 -04:00
parent a433dc2fb5
commit 6a1fd659e8
2 changed files with 30 additions and 0 deletions

View File

@ -1403,6 +1403,12 @@ class Misc(commands.Cog):
except Exception as e:
traceback.print_exc()
return await ctx.respond(f"Error: {str(e)}")
@bridge.bridge_command()
async def no(self, ctx) -> None:
"""No (As A Service)"""
no = await self.util.get_no()
return await ctx.respond(no)
""" User Commands """