mirror of
https://github.com/danog/audiokeychain-clients.git
synced 2024-12-02 08:57:46 +01:00
Add bot
This commit is contained in:
parent
61516e2984
commit
2a71e54e47
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*mp3
|
*mp3
|
||||||
|
bot/token
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "bot"]
|
||||||
|
path = bot
|
||||||
|
url = https://github.com/topkecleon/telegram-bot-bash
|
@ -2,7 +2,7 @@
|
|||||||
# Audiokeychain.com client
|
# Audiokeychain.com client
|
||||||
# Licensed under GPLV3
|
# Licensed under GPLV3
|
||||||
# Created by Daniil Gentili (https://daniil.it)
|
# Created by Daniil Gentili (https://daniil.it)
|
||||||
|
cd "$( dirname "${BASH_SOURCE[0]}" )"
|
||||||
if [ "$1" = "" ]; then
|
if [ "$1" = "" ]; then
|
||||||
echo "Usage: $0 music.mp3"
|
echo "Usage: $0 music.mp3"
|
||||||
exit
|
exit
|
||||||
|
1
bot
Submodule
1
bot
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 034409c4915af91177577641c6c2c185b7ef66ba
|
Loading…
Reference in New Issue
Block a user