You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove reference to deprecated function
* Move music channel management commands to their own group to avoid falling into channel checking problems
* Fixed an issue caused by moving default_role_id to its own table from Guild_info
* Fixed an issue where a VM child would not be created if the Parent VC was joined from another VM Child
* Correct musicchannel command in README
* Fixed an issue where youtu.be links would not work
* Fixed an issue where songs would not play when supplying the URL directly
* Added missing doc strings for EventCategoriesCog functions
Co-authored-by: Laura Demkowicz-Duffy <laura@laurademkowiczduffy.co.uk>
Co-authored-by: Fluxticks <benjigarment.appdev@gmail.com>
* Clear the specified number of messages from the current text channel.
132
+
133
+
#### !members
134
134
* List the current number of members in the server.
135
135
136
136
#### !remove-cog \<cog name>
@@ -439,22 +439,22 @@ For this cog to work, the `GOOGLE_API` env var must also be set, and instruction
439
439
1. Click on `Create Credentials` and then `API key`.
440
440
1. Copy the key given. For security, it is recommended that you "restrict key" and only enable `YouTube Data API v3`.
441
441
442
-
#### !music channel set \<channel mention> [optional: [args]]
442
+
#### musicchannel set \<channel mention> [optional: [args]]
443
443
444
444
* This sets the channel mentioned to be used as the music channel. All messages into this channel will be considered music requests, and any music commands must be sent in this channel.
445
445
* Optional args:
446
446
* Using `-c` will clear the entire channel before setting it up as the music channel.
447
447
**Requires `administrator` permission in Discord*
448
448
449
-
#### !music channel get
449
+
#### musicchannel get
450
450
* Sends the currently set music channel for the server.
451
451
**Requires `administrator` permission in Discord*
452
452
453
-
#### !music channel reset
453
+
#### musicchannel reset
454
454
* This clears the current music channel and resets the preview and queue messages.
455
455
**Requires `administrator` permission in Discord*
456
456
457
-
#### !music channel remove
457
+
#### musicchannel remove
458
458
459
459
* Unlinks the currently linked music channel from being the music channel. This will not delete the channel or its contents.
0 commit comments