mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Update
This commit is contained in:
@@ -7,7 +7,13 @@ from .token_storage import TokenStorage
|
|||||||
|
|
||||||
|
|
||||||
SCOPES = [
|
SCOPES = [
|
||||||
scope for scope in AuthScope
|
AuthScope.CHAT_READ
|
||||||
|
,
|
||||||
|
AuthScope.CHANNEL_BOT,
|
||||||
|
|
||||||
|
AuthScope.USER_BOT,
|
||||||
|
AuthScope.USER_READ_CHAT,
|
||||||
|
AuthScope.USER_WRITE_CHAT,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user