You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script currently just does a partial and then tries full deletion (if a messages directory exists).
This is for obvious reasons pretty terrible. I would like to extend the script to have partial and full deletion subcommands, along with various other parameters.
I'll probably use argparse for this.
One other thing - the script currently requires being passed a DISCORD_TOKEN variable that will be logged to .bash_history or some equivalent depending on OS/shell. This is not ideal, so I would like to try and find another way for the user to pass this token.
The text was updated successfully, but these errors were encountered:
The script currently just does a partial and then tries full deletion (if a
messages
directory exists).This is for obvious reasons pretty terrible. I would like to extend the script to have
partial
andfull
deletion subcommands, along with various other parameters.I'll probably use
argparse
for this.One other thing - the script currently requires being passed a
DISCORD_TOKEN
variable that will be logged to.bash_history
or some equivalent depending on OS/shell. This is not ideal, so I would like to try and find another way for the user to pass this token.The text was updated successfully, but these errors were encountered: