Open Emojigit opened 2 weeks ago
Allows admins to get all areas (instead of the summary introduced in #72) by executing /list_areas *.
/list_areas *
This PR is ready for review.
I would not recommend doing this. It may flood the chat on large servers, and possibly hit the hard limit of 64k characters. You might need to add a paging system to avoid such issue.
Allows admins to get all areas (instead of the summary introduced in #72) by executing
/list_areas *
.This PR is ready for review.