def as_object(obj_id: str) -> discord.Object:
""" Creates a basic Discord Object given an ID.
:param obj_id: The ID of the object being created
:type obj_id: str
:return: The new object with the specified ID.
"""
return discord.Object(obj_id)
评论列表
文章目录