Skip to content

Commit

Permalink
Merge pull request #511 from The-4th-Hokage/deepsource-fix-1e9d89b0
Browse files Browse the repository at this point in the history
Remove commented out code
  • Loading branch information
Dhruvacube authored Feb 10, 2022
2 parents 7685d6d + b4a39d4 commit 598e901
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions minato_namikaze/discordbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,6 @@ async def on_ready(self):
self.load_extension(f"cogs.{filename[:-3]}")
self.load_extension("jishaku")

# slash_dir = BASE_DIR / "slash"
# for filename in list(set(os.listdir(slash_dir))):
# if os.path.isdir(slash_dir / filename):
# for i in os.listdir(slash_dir / filename):
# if i.endswith(".py"):
# self.load_extension(f'slash.{filename.strip(" ")}.{i[:-3]}')
# else:
# if filename.endswith(".py"):
# self.load_extension(f"slash.{filename[:-3]}")
# log.info("Loaded slash commands")

difference = int(round(time.time() - self.start_time.timestamp()))
stats = (self.get_channel(
Expand Down

0 comments on commit 598e901

Please sign in to comment.