Discord.py, Trying to hash a string into MD5

前端 未结 0 599
南方客
南方客 2021-01-05 23:16
async def md5(ctx,*,hashlib, arg):
  try:
    hash = hashlib.md5(arg)
    output = hash.hexdigest()
    await ctx.channel.send(f"encoded: `{output}`")
  ex         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题