it harasses zingel
Zingel Harasser. |
---|
- Open the file either on a code editor i.e VSC (Visual Studio Code).
- Open the command line and type
npm install discord.js
then typenpm install dotenv
. - Go to your Discord Developers Applications and create a new bot | You can use an existing one.
- Get your bots token.
- Make a new file in Zingel-Harasser-main called .env then enter the following
TOKEN=ENTERYOURTOKENHERE
. - Run ts-node index.ts
- If you want your own emoji replace
<:zingel:924360562652114974>
with your own emoji or just delete that line if you don't want it to react. - Enjoy :)
You can replace the replies and message that triggers it by editing the code in index.ts
at lines 11-15