Skip to content
/ Yuki Public

Simple discord bot that scans uploaded files and links with VirusTotal

License

Notifications You must be signed in to change notification settings

vmfunc/Yuki

Repository files navigation

Yuki

Yuki ~🌟

Yuki is a discord bot made to scan files with VirusTotal because I can't trust people on my Discord Server 🐇
This was made in around 5 hours so please don't be too harsh on the code quality meow

Installation

Install the project and run it with node

  git clone https://github.com/initmd/yuki
  cd yuki
  npm install

Set up the bot with your VirusTotal API, Guild ID and Token by creating a config.json file based on config/config.json

Firstly, deploy the commands with

  npm run deploy

Then you can finally run the bot with

  npm start

Configuration

To run this project, you will need to add the following environment variables to your config file

token : Your bot token

clientId : The discord bot's client ID

guildId : The discord server's ID

apikey : Your VirusTotal API key, you can grab one on https://www.virustotal.com/gui/join-us

Demo

The bot is live on https://discord.gg/hijack

Authors

License

THANKS ANON E LICENSE

Releases

No releases published