I am making a calculator command and I made this code
@commands.command(brief="Test") async def calc(self, ctx, num1: int, num2: int): # TODO: Make