Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -9,6 +9,9 @@ async def execute(bot, params, message):
|
|||
created_count = 0
|
||||
for role_params in roles:
|
||||
role_name = role_params.get('role_name')
|
||||
if not role_name:
|
||||
await message.channel.send("Nom de rôle requis pour la création.")
|
||||
continue
|
||||
color = role_params.get('color', '#ffffff')
|
||||
permissions_str = role_params.get('permissions', '')
|
||||
# Parse color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue