metadata on non slash command issue (possible fix) #1148
Telepathique
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello i have been struggling in the setting on my event on this module due to the fact i still use contextual commands.
the doc says to use :
but in the default metadata itself this is the channel so we dont need to use
queue.metadata.channel.send("")but onlyqueue.metadata.send("")thanks to : "Darth_Vader_Lightsaber#1320" for helping me figure this outfor example my self on my bot i use : ```js
queue.metadata.send(
${track.requestedBy} we Started playing ${track.title} in **${queue.connection.channel.name}** 🎧);});Beta Was this translation helpful? Give feedback.
All reactions