Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Barry
/
discordbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
58ae79f7
authored
2016-06-17 00:21:50 +0000
by
Barry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
More bug fixes
1 parent
21820359
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
db.sqlite3
hellsbot.py
db.sqlite3
View file @
58ae79f
No preview for this file type
hellsbot.py
View file @
58ae79f
...
...
@@ -1424,11 +1424,12 @@ def check_arena():
### END PANKRATION
def
start_timer
(
client
):
needs_loot
=
True
time_to_ping
=
True
time_to_ping
=
6
while
not
quitting
:
if
time_to_ping
:
if
time_to_ping
>=
6
:
check_pings
()
time_to_ping
=
not
time_to_ping
time_to_ping
=
0
time_to_ping
+=
1
if
not
battle_in_progress
:
thread
.
start_new_thread
(
check_arena
,
())
...
...
Please
register
or
sign in
to post a comment