add deadlines

This commit is contained in:
gohumble 2022-08-30 21:26:42 +02:00
parent c21d42d1e8
commit f2b59140fa

View file

@ -104,6 +104,7 @@ func (bot TipBot) getHandler() []InterceptionWrapper {
Handler: bot.generateImages,
Interceptor: &Interceptor{
Before: []intercept.Func{
bot.requirePrivateChatInterceptor,
bot.localizerInterceptor,
bot.logMessageInterceptor,
bot.loadUserInterceptor,