Skip to content

Commit

Permalink
status fix
Browse files Browse the repository at this point in the history
updated api version (5.21 - 5.131)
  • Loading branch information
HotDrify authored Jan 28, 2023
1 parent 013676e commit 45b51fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions func/status.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import requests

from func.regular import *

def status(STATUS, TOKEN, BotID, regulars, count_message, start_bot):
status = regular(STATUS, BotID, count_message, start_bot, TOKEN, regulars)
st = requests.post('https://api.vk.com/method/status.set', params = {'access_token': TOKEN, 'v': 5.131, 'text': status})

0 comments on commit 45b51fc

Please sign in to comment.