Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed Aug 2, 2023
1 parent 85ab2ea commit 2f41937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 126 deletions.
1 change: 1 addition & 0 deletions admin_bot/cogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async def myvote(self, ctx: discord.Interaction, img: str):
Automates that silly thing Aaron does.
"""

# This is literally begging to be used for remote code injection
subprocess.run(["wget", img, "-O", "/tmp/to_vote.png"])

try:
Expand Down
126 changes: 0 additions & 126 deletions admin_bot/cogs/subteams.py

This file was deleted.

0 comments on commit 2f41937

Please sign in to comment.