Source code for discord.objects.install_params
from ..flags import PermissionFlag
from ._base import BaseObject
[docs]
class InstallParams(BaseObject):
permissions: PermissionFlag
"""Permissions to request for the bot role"""
scopes: list[str]
"""Scopes to add the application to the server with"""