标签: python python-3.x
我正在使用discord.py lib编写一个discord机器人,而且我经常使用较长的一段文本,例如ctx.message.author.id。 有什么办法可以将其别名为诸如“ author_id”之类的东西,因此不用输入ctx.message.author.id,我只需编写author_id?
ctx.message.author.id
author_id