This commit is contained in:
2024-01-08 03:11:08 +01:00
parent 91fe59b215
commit f4511ea2b4

View File

@@ -46,7 +46,7 @@ pub static CHAT_DONATION_NOTIFICATIONS_CACHE: Lazy<Cache<ChatId, ()>> = Lazy::ne
.build() .build()
}); });
pub static SERVER_PORT: u16 = 8000; pub static SERVER_PORT: u16 = 8080;
type StopTokenWithSender = ( type StopTokenWithSender = (
StopToken, StopToken,