[x] I have tested my changes against the dev branch (the latest developmental version), and this pull request is targeting that branch as a base
[x] I have tested my changes on Python 3.10 or higher
[x] I have ensured my code is formatted using Black
Description
Adds two new commands to print latency info from the bot. The latency command is intended for users, and only lists the current guild / Voice latency. While botlatency will show info for all connected voice clients regardless of calling guild.
dev
branch (the latest developmental version), and this pull request is targeting that branch as a baseDescription
Adds two new commands to print latency info from the bot. The
latency
command is intended for users, and only lists the current guild / Voice latency. Whilebotlatency
will show info for all connected voice clients regardless of calling guild.