Skip to content

Commit

Permalink
🔥 fix(yt_tracking_rm): remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeris1One committed Nov 2, 2023
1 parent c438bd1 commit f7a3421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/youtubeTrackingRemover/youtubeTrackingRemover.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ async def on_message(self, message: discord.Message):

# check if server has enabled the youtube tracking remover
if not self.bot.server_configs[message.guild.id].get("enable_youtube_tracking_remover", False):
print("not enabled")
return

# check if message is not from a bot
Expand Down

0 comments on commit f7a3421

Please sign in to comment.