Skip to content

Commit

Permalink
dbl
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkempire78 committed Feb 4, 2021
1 parent 3a8a71a commit fed1365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cogs/topGG.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ def __init__(self, bot):
self.token = self.bot.dblToken
self.dblpy = dbl.DBLClient(self.bot, self.token, autopost=True) # Autopost will post your guild count every 30 minutes

@commands.Cog.listener()
async def on_guild_post(self):
print("Server count posted successfully")
# @commands.Cog.listener()
# async def on_guild_post(self):
# print("Server count posted successfully")

@commands.Cog.listener()
async def on_dbl_vote(data):
Expand Down
2 changes: 2 additions & 0 deletions configuration example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

"spotifyClientId": "",
"spotifyClientSecret": "",

"dblToken": "",

"MySQLHost": "",
"MySQLLogin": "",
Expand Down

0 comments on commit fed1365

Please sign in to comment.