mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-01-30 17:18:26 +00:00
some minor additions
This commit is contained in:
parent
eac21375e8
commit
168584d693
22
bin/bashbot.ascii
Normal file
22
bin/bashbot.ascii
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
..
|
||||||
|
****
|
||||||
|
****oooooo*****
|
||||||
|
*****ooooooooooooo*****
|
||||||
|
*****oooooooooooooooooooooo****
|
||||||
|
****oooooooooooooooooooooooooooooooo**
|
||||||
|
*.*oooooooooooooooooooooooooooooooooooo**
|
||||||
|
*.ooooooooooooooooooooooooooooooooo**....
|
||||||
|
*.oooooooooooooooooooooooooooo**.........
|
||||||
|
*.oooooooooooooooooooooooo**.............
|
||||||
|
*.ooooooooooooooooooo**.................. ____ _ _ _
|
||||||
|
*.ooooooooooooooooo*.......,............. | _ \ | | | | | |
|
||||||
|
*.ooooooooooooooooo*.....,***,........... | |_) | __ _ ___ | |__ | |__ ___ | |_
|
||||||
|
*.ooooooooooooooooo*....o*............... | _ < / _` |/ __|| '_ \ | '_ \ / _ \ | __|
|
||||||
|
*.ooooooooooooooooo*....*o***,........... | |_) || (_| |\__ \| | | || |_) || (_) || |_
|
||||||
|
*.*oooooooooooooooo*........o*.....oo.... |____/ \__,_||___/|_| |_||_.__/ \___/ \__|
|
||||||
|
****ooooooooooooo*....`***....oo.....*
|
||||||
|
*****oooooooo*......*..oo.....**
|
||||||
|
******ooo*.............*
|
||||||
|
***o*........**
|
||||||
|
**...**
|
@ -11,7 +11,7 @@
|
|||||||
# Author: KayM (gnadelwartz), kay@rrr.de
|
# Author: KayM (gnadelwartz), kay@rrr.de
|
||||||
# Created: 09.01.2021 07:27
|
# Created: 09.01.2021 07:27
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.25-dev-41-g37e4539
|
#### $$VERSION$$ v1.25-dev-43-geac2137
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|
||||||
##########
|
##########
|
||||||
@ -32,12 +32,15 @@ export 'LANGUAGE=C.UTF-8'
|
|||||||
# edit the following lines to fit your bot usage
|
# edit the following lines to fit your bot usage
|
||||||
# use ${ME} for current bot name in messages
|
# use ${ME} for current bot name in messages
|
||||||
# Note: you must escape '_' in botname with two \ in markdown messages!
|
# Note: you must escape '_' in botname with two \ in markdown messages!
|
||||||
|
|
||||||
|
# output of /info command
|
||||||
export bashbot_info='This is @'"${ME//_/\\\\_}"', the Telegram example bot written entirely in bash.
|
export bashbot_info='This is @'"${ME//_/\\\\_}"', the Telegram example bot written entirely in bash.
|
||||||
Edit commands and messages in mycommands.sh!
|
Edit commands and messages in mycommands.sh!
|
||||||
'
|
'
|
||||||
|
|
||||||
|
# output of /help command (uncomment the next 2 lines
|
||||||
# export bashbot_help='*Available commands*:
|
# export bashbot_help='*Available commands*:
|
||||||
#'
|
# '
|
||||||
export res=""
|
|
||||||
|
|
||||||
# Set INLINE to 1 in order to receive inline queries.
|
# Set INLINE to 1 in order to receive inline queries.
|
||||||
# To enable this option in your bot, send the /setinline command to @BotFather.
|
# To enable this option in your bot, send the /setinline command to @BotFather.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user