diff options
Diffstat (limited to 'telegram_bot.go')
| -rw-r--r-- | telegram_bot.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram_bot.go b/telegram_bot.go index 774d863..d3c2606 100644 --- a/telegram_bot.go +++ b/telegram_bot.go @@ -15,7 +15,7 @@ import ( ) const ( - defAddress = ":1928" + defAddress = `127.0.0.1:3395` commandDefinisi = "definisi" commandStart = "start" |
