diff options
| author | Rapptz <[email protected]> | 2015-08-28 16:55:40 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-28 16:55:40 -0400 |
| commit | b7fc383013ce135216a958aa1f1a0cecceedbfae (patch) | |
| tree | d5db3dadd7af51e6ef4c54bc8b656336feb00f2e /discord/permissions.py | |
| parent | Quick documentation fixes (diff) | |
| download | discord.py-b7fc383013ce135216a958aa1f1a0cecceedbfae.tar.xz discord.py-b7fc383013ce135216a958aa1f1a0cecceedbfae.zip | |
Python3 import fixes.
Diffstat (limited to 'discord/permissions.py')
| -rw-r--r-- | discord/permissions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/permissions.py b/discord/permissions.py index 0f6016b5..e4383694 100644 --- a/discord/permissions.py +++ b/discord/permissions.py @@ -24,7 +24,6 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ - class Permissions(object): """Wraps up the Discord permission value. |