mirror of
https://github.com/osmarks/autobotrobot
synced 2025-04-05 14:56:55 +00:00
Remove ++delete extra features
Why did I ever make it delete builtins, WHY?
This commit is contained in:
parent
55f8334326
commit
f24012a8a4
@ -67,12 +67,6 @@ async def delete(ctx, *, raw_target):
|
||||
deleted = data.get("deleted", [])
|
||||
data["deleted"] = deleted + [target]
|
||||
save_data()
|
||||
try: __builtins__.__delattr__(target)
|
||||
except: pass
|
||||
try: del globals()[target]
|
||||
except: pass
|
||||
try: del locals()[target]
|
||||
except: pass
|
||||
await ctx.send(f"Deleted {target} successfully.")
|
||||
|
||||
@bot.command(help="View recently deleted things, optionally matching a filter.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user