discord.py welcome command | storing and writing data to a .json file

后端 未结 0 1855
深忆病人
深忆病人 2020-12-24 06:10
@client.command()
async def welcome(ctx, *, message):
    if message is not None:
        msg, url = message.split(", ")
        mayuko = [
            {
          


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