mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
pop goes the pistol
This commit is contained in:
@@ -5,11 +5,12 @@ cp ./deploy.sh /home/pi/
|
|||||||
cd /home/pi || exit
|
cd /home/pi || exit
|
||||||
#cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
|
#cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
|
||||||
|
|
||||||
|
cp ./conjurer/fuckery.jpg ./Conjurer/
|
||||||
|
cp ./conurer/willowsisp.png ./Conjurer/
|
||||||
|
cp ./wod_beacon.jpg ./Conjurer/
|
||||||
cp ./conjurer/settings.json ./Conjurer/
|
cp ./conjurer/settings.json ./Conjurer/
|
||||||
cp ./conjurer/system_gpt_settings.json ./Conjurer/
|
cp ./conjurer/system_gpt_settings.json ./Conjurer/
|
||||||
|
|
||||||
|
|
||||||
cp ./conjurer/administration_commands.py ./Conjurer/
|
cp ./conjurer/administration_commands.py ./Conjurer/
|
||||||
cp ./conjurer/ai_commands.py ./Conjurer/
|
cp ./conjurer/ai_commands.py ./Conjurer/
|
||||||
cp ./conjurer/ai_functions.py ./Conjurer/
|
cp ./conjurer/ai_functions.py ./Conjurer/
|
||||||
|
|||||||
+2
-2
@@ -71,8 +71,8 @@ async def on_ready():
|
|||||||
platform = "Liquidsoap+RaspberyPi+RolandSeratoDJ202",
|
platform = "Liquidsoap+RaspberyPi+RolandSeratoDJ202",
|
||||||
state = "Where the f*** is the DJ booth?",
|
state = "Where the f*** is the DJ booth?",
|
||||||
details= "This Is Radio Hardkor based in Wolne Księstwo Bałuty, the best pirate radiostation on both sides of Łódka river",
|
details= "This Is Radio Hardkor based in Wolne Księstwo Bałuty, the best pirate radiostation on both sides of Łódka river",
|
||||||
buttons= [{"label":"WOLNE BAŁUTY KURWAAA!!!", "url":"http://95.175.16.246:666/mp3-stream"}]
|
buttons= [{"label":"RADIO", "url":"http://95.175.16.246:666/mp3-stream"}],
|
||||||
#assets= {"large_image": "", "large_text":"Fuckewry", "small_image":"", "small_text":"Hi!"}
|
assets= {"large_image": "fuckery.jpg", "large_text":"Fuckewry", "small_image":"willowisp.png", "small_text":"Hi!"}
|
||||||
)
|
)
|
||||||
await client.change_presence(activity=radio_hardkor)
|
await client.change_presence(activity=radio_hardkor)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user