mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add currency command
This commit is contained in:
parent
d7e38bb17c
commit
f33a7382ad
|
@ -8,12 +8,9 @@ import (
|
|||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
var (
|
||||
basePath = "https://decapi.me/twitter/latest/"
|
||||
twitterUserNotFoundError = "[Error] - [34] Sorry, that page does not exist."
|
||||
)
|
||||
|
||||
func Tweet(username string) (string, error) {
|
||||
var basePath = "https://decapi.me/twitter/latest/"
|
||||
|
||||
sugar := zap.NewExample().Sugar()
|
||||
defer sugar.Sync()
|
||||
|
||||
|
|
Loading…
Reference in a new issue