Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(help.py): cache prefixes to reduce redundant fetch operations
Cache prefixes for each guild to improve performance by minimizing repeated fetch operations. This change reduces the overhead of dynamically fetching prefixes, especially in environments with multiple guilds.
- Loading branch information