discord chatlogs fix

This commit is contained in:
Danilo Reyes 2025-07-13 18:37:21 -06:00
parent 1b35e46f1e
commit 0c137aaef5

11
src/not flake/deprecated-rewrite/discord_chatlogs Normal file → Executable file
View File

@ -1,14 +1,15 @@
#!/usr/bin/env fish
#! /usr/bin/env nix-shell
#! nix-shell -i fish -p fish discordchatexporter-cli
read -gP "Insert Token: " token
read -gP "Insert an after date: " dateInput
set afterDate (date "+%F %H:%M:%S" --date="$dateInput")
set beforeDate (date "+%F %H:%M:%S")
set guildIDs 828901086722785281 659186066724749312 \
618655243554521089 111912780377985024
set guildNames 'The fattest pussy club' CreativeCringeCorner \
'Bound Art With Lore and Less Minors' 'Webcomic Land'
# set guildIDs 828901086722785281 659186066724749312 \
# 618655243554521089 111912780377985024
# set guildNames 'The fattest pussy club' CreativeCringeCorner \
# 'Bound Art With Lore and Less Minors' 'Webcomic Land'
set dmIDs 808310797004308500 539621978504560640 810121293818363934 816078347972116491
set dmNames Hurricane DeftBeck Tomayto Weenie
set baseDir $HOME/Temp/Discord