@Rise.command()
async def yiffspam(ctx, amount: int):
await ctx.message.delete()
print("Rise ยป Ran Command: Yiff Spam")
for _i in range(amount):
r = requests.get('http://sheri.bot/api/yiff/').json()
url=r["url"]
await ctx.send(r['url'])
i cant be bothered making it a py