Skip to content

Commit

Permalink
[update] 0.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
m3taphor committed Dec 18, 2024
1 parent 9a3bb1e commit 475b75f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions bot/core/tapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,10 @@ def __init__(self, tg_client: Client, first_run: bool):
self.tg_client = tg_client
self.first_run = first_run
self.session_name = tg_client.name
self.start_param = ''
self.bot_peer = 'tverse'
self.bot_chatid = 7631205793
self.app_version = '0.7.24'
self.app_version = '0.7.25'
self.theme_params = "{\"accent_text_color\":\"#6ab2f2\",\"bg_color\":\"#17212b\",\"bottom_bar_bg_color\":\"#17212b\",\"button_color\":\"#5288c1\",\"button_text_color\":\"#ffffff\",\"destructive_text_color\":\"#ec3942\",\"header_bg_color\":\"#17212b\",\"hint_color\":\"#708499\",\"link_color\":\"#6ab3f3\",\"secondary_bg_color\":\"#232e3c\",\"section_bg_color\":\"#17212b\",\"section_header_text_color\":\"#6ab3f3\",\"section_separator_color\":\"#111921\",\"subtitle_text_color\":\"#708499\",\"text_color\":\"#f5f5f5\"}"
self.joined = None
self.balance = 0
self.template_to_join = 0
self.user_id = 0
self.boost_translation = {
1: "3h +20% Speed",
2: "12h +50% Speed",
Expand Down

0 comments on commit 475b75f

Please sign in to comment.