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:49:34 -05:00
parent 8d6561a440
commit f138c2a986

View file

@ -84,7 +84,7 @@ class Roles:
'hoist': hoist,
'mentionable': mentionable
}
role = await self.bot.create_role(server, payload)
role = await self.bot.create_role(server, **payload)
await self.bot.say("We did it! You just created the new role {}".format(role.name))
def setup(bot):