1
0
Fork 0
mirror of synced 2024-06-03 03:04:33 +12:00

Sorted the command list alphabetically

This commit is contained in:
Phxntxm 2016-12-02 20:04:57 -06:00
parent 17d8541bb8
commit af30023d8d

View file

@ -92,7 +92,7 @@ class Core:
page = self.help_embeds.get(message_id)
# Refresh our command list
self.commands = utilities.get_all_commands(self.bot)
self.commands = sorted(utilities.get_all_commands(self.bot))
# Calculate the total amount of pages needed
total_commands = len(self.commands)