Skip to content

Made move command #461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Made move command #461

wants to merge 11 commits into from

Conversation

auuruum
Copy link

@auuruum auuruum commented Jun 14, 2025

Added a !move command to move players between voice channels.

  • Use !move [users] [channel] to move specified users to a voice channel.
  • If no users are mentioned, it tries to find the Discord ID of the user who used the command from a credentials folder and move them (if they are in a voice channel).
  • When searching users by partial names, priority is given to users currently connected to a voice channel.
  • The last argument is always the target voice channel (by name or ID).
  • Shows error messages if users or channels aren’t found or users are not in voice channels.

Examples:

  • !move aurum voice1 — moves user "aurum" to "voice1" channel
  • !move au voice1 — searches for user starting with "au", prioritizing users in voice channels, then moves them to "voice1"
  • !move voice1 — moves the command user by looking up their Discord ID from the credentials folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant