mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 10:05:22 -04:00
[PR #49] [MERGED] Permissions #78
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/python-client-sdk/pull/49
Author: @Zomatree
Created: 4/11/2023
Status: ✅ Merged
Merged: 4/11/2023
Merged by: @Zomatree
Base:
master← Head:permissions📝 Commits (3)
0a6db1dinital permissions calculations625dd4efinish implementation of permissionsba3f74dAdd docs📊 Changes
34 files changed (+386 additions, -84 deletions)
View changed files
📝
docs/api.rst(+4 -0)📝
revolt/channel.py(+36 -12)📝
revolt/client.py(+2 -2)📝
revolt/embed.py(+1 -1)📝
revolt/emoji.py(+1 -1)📝
revolt/ext/commands/checks.py(+27 -2)📝
revolt/ext/commands/client.py(+1 -1)📝
revolt/ext/commands/cog.py(+0 -1)📝
revolt/ext/commands/command.py(+3 -3)📝
revolt/ext/commands/converters.py(+1 -1)📝
revolt/ext/commands/errors.py(+3 -0)📝
revolt/ext/commands/help.py(+2 -2)📝
revolt/ext/commands/utils.py(+2 -1)📝
revolt/flags.py(+1 -0)📝
revolt/http.py(+11 -8)📝
revolt/member.py(+65 -1)📝
revolt/message.py(+2 -2)📝
revolt/messageable.py(+1 -1)📝
revolt/permissions.py(+36 -3)➕
revolt/permissions_calculator.py(+80 -0)...and 14 more files
📄 Description
Please make sure to check the following tasks before opening and submitting a PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.