Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on track end seen by "Remy":
- #if {loopTrackGuild::%discord id of event-guild%} is set:
- # stop the current track "REMY" is playing
- # search youtube for "%{loopTrackGuild::%discord id of event-guild%}%" and store the results in {_results::*}
- # force play {_results::1} in event-guild
- wait 60 seconds
- if event-bot is not playing:
- make "Remy" disconnect from voice
- # delete {loopTrackGuild::%discord id of event-guild%}
- discord command play [<string>]:
- description: Play music with REMY
- usage: play <song name|song url>
- bots: Remy
- aliases: p, youtube
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if arg 1 is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% You need to provide a track name/link to begin"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- stop
- if voice channel of event-member is set:
- if arg 1 contains "https://www.youtube.com/" or "https://youtube.com/" or "https://www.youtu.be/" or "https://youtu.be/":
- if arg 1 does not contain "index" or "start_radio" or "&t=":
- join voice channel of event-member
- set {voiceChannelBot::%discord id of event-guild%} to voice channel of event-member
- if track "Remy" is playing is not set:
- search youtube for "%arg-1%" and store the results in {_results::*}
- if {_results::*} is set:
- play {_results::1}
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set {_duration} to "%duration of {_results::1}%"
- replace all "day" in {_duration} with " days,"
- replace all "hour" in {_duration} with " hours,"
- replace all "and" in {_duration} with ""
- replace all ",s" in {_duration} with ","
- replace all "minutes" in {_duration} with " minutes"
- replace all "seconds" in {_duration} with " seconds"
- set {songadder::%{_results::1}%} to "%discord nickname of event-member%##%discriminator of event-member%"
- set description of the embed to "%reaction ""notes""% Now playing [%{_results::1}%](%url of {_results::1}%) | Length: %{_duration}% | By %event-user%##%discriminator of event-user%"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if {_results::*} is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% No track with that URL exists"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if track "Remy" is playing is set:
- search youtube for "%arg-1%" and store the results in {_results::*}
- if {_results::*} is set:
- play {_results::1}
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set {_duration} to "%duration of {_results::1}%"
- replace all "day" in {_duration} with " days,"
- replace all "hour" in {_duration} with " hours,"
- replace all "and" in {_duration} with ""
- replace all ",s" in {_duration} with ","
- replace all "minutes" in {_duration} with " minutes"
- replace all "seconds" in {_duration} with " seconds"
- set {songadder::%{_results::1}%} to "%discord nickname of event-member%##%discriminator of event-member%"
- set description of the embed to "%reaction ""notes""% Added to queue [%{_results::1}%](%url of {_results::1}%) | Length: %{_duration}% | By %event-user%##%discriminator of event-user%"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if {_results::*} is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% No track with that URL exists"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if arg 1 contains "index" or "start_radio" or "&t=":
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "Due to complications, YouTube radio does not function correctly."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if arg 1 does not contain "https://www.youtube.com/" or "https://youtube.com/" or "https://www.youtu.be/" or "https://youtu.be/" or "https://soundcloud.com/" or "https://www.soundcloud.com/":
- join voice channel of event-member
- if track "Remy" is playing is not set:
- search youtube for "%arg-1%" and store the results in {_results::*}
- if {_results::*} is set:
- play {_results::1}
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set {_duration} to "%duration of {_results::1}%"
- replace all "day" in {_duration} with " days,"
- replace all "hour" in {_duration} with " hours,"
- replace all "and" in {_duration} with ""
- replace all ",s" in {_duration} with ","
- replace all "minutes" in {_duration} with " minutes"
- replace all "seconds" in {_duration} with " seconds"
- set {songadder::%{_results::1}%} to "%discord nickname of event-member%##%discriminator of event-member%"
- set description of the embed to "%reaction ""notes""% Now playing [%{_results::1}%](%url of {_results::1}%) | Length: %{_duration}% | By %event-user%##%discriminator of event-user%"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if {_results::*} is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% No track with that name exists"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if track "Remy" is playing is set:
- search youtube for "%arg-1%" and store the results in {_results::*}
- if {_results::*} is set:
- play {_results::1}
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set {_duration} to "%duration of {_results::1}%"
- replace all "day" in {_duration} with " days,"
- replace all "hour" in {_duration} with " hours,"
- replace all "and" in {_duration} with ""
- replace all ",s" in {_duration} with ","
- replace all "minutes" in {_duration} with " minutes"
- replace all "seconds" in {_duration} with " seconds"
- set {songadder::%{_results::1}%} to "%discord nickname of event-member%##%discriminator of event-member%"
- set description of the embed to "%reaction ""notes""% Added to queue [%{_results::1}%](%url of {_results::1}%) | Length: %{_duration}% | By %event-user%##%discriminator of event-user%"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if {_results::*} is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% No track with that name exists"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if voice channel of event-member is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, You need to enter a voice channel to listen to music."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- discord command stop:
- description: Stop current track, clears the queue and disconnects REMY from the VC
- usage: stop
- bots: Remy
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if event-bot is playing:
- stop the track "Remy" is playing
- reset the queue of "Remy"
- make "Remy" leave vc
- delete {voiceChannelBot::%discord id of event-guild%}
- delete {loopTrackGuild::%discord id of event-guild%}
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Stopped the music and cleared the queue."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if event-bot is not playing:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, No music is currently playing with REMY."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- discord command pause:
- description: Pause the current track that REMY is playing
- usage: pause
- bots: Remy
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if "Remy" isn't paused:
- pause the track "Remy" is playing
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Paused the current track REMY is playing"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if "Remy" is paused:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, REMY is already paused, use __remy resume__ to resume the track"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- discord command resume:
- description: Resume the current track that REMY has paused
- usage: resume
- bots: Remy
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if "Remy" is paused:
- resume the track "Remy" is playing
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Resumed the current track REMY has paused"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if "Remy" isn't paused:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, REMY is already playing, use __remy pause__ to pause the track"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- discord command skip:
- description: Skip the track REMY is currently playing
- usage: skip
- bots: Remy
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if track "Remy" is playing is set:
- if queue of event-bot is set:
- skip track "Remy" is playing in event-guild
- delete {loopTrackGuild::%discord id of event-guild%}
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Skipped track%nl%%nl%Now playing%nl%[%track event-bot is playing%](%url of track event-bot is playing%) | `%duration of track event-bot is playing% | Added by: %{songadder::%track event-bot is playing%}%`"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if queue of event-bot is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, No track is currently in REMY's music queue, use __remy stop__ to stop the music"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if track "Remy" is playing is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, No track is currently playing with REMY."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- on voice channel leave:
- if discord id of event-member is "799578706166415370":
- delete {voiceChannelBot::%discord id of event-guild%}
- delete {loopTrackGuild::%discord id of event-guild%}
- discord command join:
- description: Make REMY join the VC you are in
- usage: join
- bots: Remy
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if voice channel of event-member is set:
- if voice channel of event-member is not {voiceChannelBot::%discord id of event-guild%}:
- set {voiceChannelBot::%discord id of event-guild%} to voice channel of event-member
- join voice channel of event-member
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Joined **%voice channel of event-member%**"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if voice channel of event-member is {voiceChannelBot::%discord id of event-guild%}:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% REMY is already in this VC."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if voice channel of event-member is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, You need to be in a VC for REMY to join."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- discord command queue [<string>] [<number>]:
- description: Check REMY's current queue as well as remove tracks from the queue
- bots: Remy
- usage: queue [<remove>] [<track number>]
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if arg 1 is not set:
- set {_queue::*} to queue of event-bot in event-guild
- set {_i} to 1
- loop 10 times:
- if {_queue::%{_i}%} is set:
- set {_list::%{_i}%} to "`%{_i}%.` [%{_queue::%{_i}%}%](%url of {_queue::%{_i}%}%) | `%duration of {_queue::%{_i}%}% | Added by: %{songadder::%{_queue::%{_i}%}%}%`%nl%"
- else if {_queue::%{_i}%} is not set:
- set {_list::%{_i}%} to ""
- add 1 to {_i}
- loop {_queue::*}:
- add duration of loop-value to {_fulltime}
- if queue of "Remy" is set:
- set {_thing} to "%{_list::1}%%{_list::2}%%{_list::3}%%{_list::4}%%{_list::5}%%{_list::6}%%{_list::7}%%{_list::8}%%{_list::9}%%{_list::10}%%nl%**%size of {_queue::*}% tracks in queue | %{_fulltime} ? ""N/A""%**"
- else if queue of "Remy" is not set:
- set {_thing} to "No songs in the queue%nl%%nl%**%size of {_queue::*}% tracks in queue | %{_fulltime} ? ""N/A""%**"
- if event-bot is playing:
- set {_track} to "%reaction ""notes""% **Currently Playing** %reaction ""notes""%%nl%[%discord name of track event-bot is playing%](%url of track event-bot is playing%) | `%duration of track event-bot is playing% | Added by: %{songadder::%discord name of track event-bot is playing%}%`"
- else if event-bot is not playing:
- set {_track} to "%reaction ""notes""% **Currently Playing** %reaction ""notes""%%nl%No song is currently playing"
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%{_track}%%nl%%nl%%reaction ""arrow_down""% **Queue** %reaction ""arrow_down""%%nl%%nl%%{_thing}%"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if arg 1 is "remove":
- if arg 2 is set:
- set {_queue::*} to queue of event-bot in event-guild
- if {_queue::%arg 2%} is set:
- set {_removedsong} to {_queue::%arg 2%}
- reset the queue of "Remy"
- remove {_queue::%arg 2%} from {_queue::*}
- loop {_queue::*}:
- play loop-value
- reply with "%reaction ""notes""% Removed **%{_removedsong}%** from the current queue"
- else if {_queue::%arg 2%} is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, the queue contains %size of {_queue::*}% tracks"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- discord command loop:
- description: Loop the current track REMY is currently playing
- usage: loop <none/current>
- bots: Remy
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- reply with "Due to an error, this command has been disabled."
- stop
- if {loopTrackGuild::%discord id of event-guild%} is not set:
- if track "Remy" is playing is set:
- set {loopTrackGuild::%discord id of event-guild%} to url of track "Remy" is playing
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Looping the current song __[%track ""Remy"" is playing%](%url of track ""Remy"" is playing%)__"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if track "Remy" is playing is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Oops **%event-user%**, No track is currently playing with REMY."
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if {loopTrackGuild::%discord id of event-guild%} is set:
- delete {loopTrackGuild::%discord id of event-guild%}
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""notes""% Turned off current song looping"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- discord command volume [<integer>]:
- description: Change the volume of REMY
- usage: volume <volume e.g. 1 - 100>
- bots: Remy
- executable in: guild
- prefixes: "%{guildCommandPrefix::%discord id of event-guild%}%", "r!", "remy "
- trigger:
- if arg 1 is set:
- if arg 1 is between 1 and 100:
- set the volume of "Remy" to arg-1
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""loud_sound""% Set **REMY's** volume to __%arg 1%__"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if arg 1 is not between 1 and 100:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""loud_sound""% Oops **%event-user%**, You need to specify an integer between 1 and 100"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
- else if arg 1 is not set:
- create embed:
- set {_color} to color from rgb 64, 184 and 224
- set color of the embed to {_color}
- set title of the embed to "REMY Music Player"
- set description of the embed to "%reaction ""loud_sound""% **REMY's** volume is set at __%volume of ""Remy""%__%nl%`remy volume [<1 - 100>]`"
- set the timestamp of embed to now
- set footer of embed to a footer with text "%event-member% (%discord id of event-member%)" and icon "%avatar of event-member%"
- send last made embed to event-channel with "Remy" and store it in {_message}
- if {guildMessageReactionDelete::%discord id of event-guild%} is set:
- add reaction "no_entry_sign" to {_message} with "Remy"
Add Comment
Please, Sign In to add comment