diff --git a/lsar/lsar.py b/lsar/lsar.py index c5c927d..b00c8dc 100644 --- a/lsar/lsar.py +++ b/lsar/lsar.py @@ -40,7 +40,8 @@ class lsar: timestamp = timestamp) else: selfroles = self._settable_roles[server.id] - embedmsg = discord.Embed(title="<:res1hellyeah:330424103259340800> Roles are available for you to add:", + selfroles.sort() + embedmsg = discord.Embed(title="<:res1hellyeah:330424103259340800> Roles are available for you to add.", colour=discord.Colour(0x54d824), description="You can currently give yourself:\n{}".format("\n".join(selfroles)), timestamp = timestamp)