A useful tool for deleting all messages (in the chat where the command was executed or globally) containing a certain word or phrase.
Use the ā-gā flag to delete messages in ALL your PMs and chats.
.bulk -g stupid nikita
Use the ā-lā flag to delete ONLY your messages.
.bulk -l maybe i'm cringe
You can combine flags for better results! For example, this command will delete all YOUR messages in ALL your PMs and chats:
.bulk -g -l i'm not cute >.<
Otherwise, without using flags, messages from ALL users in the PM (or chat) where the command was executed will be deleted.




sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/nvm.git ~/nvm
cd ~/nvm
makepkg -si
sudo apt update
sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.profile
nvm install node
rename .env.example to .env and fill in the variables
you can get API_ID and API_HASH here: https://my.telegram.org/apps
npm i
node .