diff --git a/src/commands/games/CheapGames.py b/src/commands/games/CheapGames.py index 3e6569d..1d48e52 100644 --- a/src/commands/games/CheapGames.py +++ b/src/commands/games/CheapGames.py @@ -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):