naas
This commit is contained in:
@ -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 """
|
||||
|
||||
|
Reference in New Issue
Block a user