Skip to content

Commit

Permalink
Update CheapGames.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio committed Dec 23, 2024
1 parent cc01ebb commit dfeeed0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/games/CheapGames.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ async def send_giveaway_update(self, guild_id : int, update_config : dict):
if guild: role = guild.get_role(giveaway_role_id)
else: role = None

print(role)

n_send : int = 0 # Number of games to send
for game in self.giveaways:
if len(giveaway_stores) > 0 and not any(store in str(game["platforms"]).lower().split(", ") for store in giveaway_stores):
Expand Down

0 comments on commit dfeeed0

Please sign in to comment.