mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-17 10:53:57 +00:00
rygradio 3
This commit is contained in:
parent
cf95ed88be
commit
afd3cd6bc2
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ config = configparser.ConfigParser()
|
|||
config.read("config.ini")
|
||||
|
||||
# Radio messages
|
||||
radio_messages = ["https://www.youtube.com/watch?v=3-yeK1Ck4yk", "https://youtu.be/YcR7du_A1Vc"]
|
||||
radio_messages = ["https://www.youtube.com/watch?v=3-yeK1Ck4yk",
|
||||
"https://youtu.be/YcR7du_A1Vc",
|
||||
"https://clyp.it/byg3i52l"]
|
||||
|
||||
song_special_messages = {
|
||||
"despacito": ":arrow_forward: this is so sad. alexa play {song}",
|
||||
|
|
Loading…
Add table
Reference in a new issue