add currency command

This commit is contained in:
lyx0 2022-08-07 17:24:42 +02:00
parent d7e38bb17c
commit f33a7382ad

View file

@ -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()