add reminder feature
This commit is contained in:
parent
81f0970e36
commit
cfc48bd2cf
5 changed files with 233 additions and 1 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
"time"
|
||||
"watn3y/bloaterbotv3/botIO"
|
||||
"watn3y/bloaterbotv3/commands/gaypoints"
|
||||
"watn3y/bloaterbotv3/commands/notify"
|
||||
"watn3y/bloaterbotv3/config"
|
||||
)
|
||||
|
||||
|
@ -26,6 +27,8 @@ func Commands(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
|
|||
gaypoints.SetGP(update, bot)
|
||||
case "subtractgp":
|
||||
gaypoints.SetGP(update, bot)
|
||||
case "remindme":
|
||||
notify.Reminder(update, bot)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue