1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Added a roles command, to create roles on the fly

This commit is contained in:
Phxntxm 2016-07-31 10:51:54 -05:00
parent f138c2a986
commit 6ecbd529be

View file

@ -80,7 +80,7 @@ class Roles:
payload = {
'name': name,
'permissions': perms.value,
'permissions': perms,
'hoist': hoist,
'mentionable': mentionable
}