Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.
/ Kevin Public archive

Little NodeJS bot with fortnite-api.com integrations

License

Notifications You must be signed in to change notification settings

Horziox/Kevin

Repository files navigation

Kevin

A Little NodeJS bot with fortnite-api.com integrations You can also use this repo for create your own bot or just invite Kevin Don't hesitate to join the Homebase server !

Table of Contents

Installation

Clone

  • Clone this repo to your local machine using https://github.com/Horziox/Kevin.git

NodeJs and NPM

  • Install Nodejs and NPM here

Install dependencies

Install all dependencies (You can find there in the package.json) or run npm install command

Setup

Change values in the index.js file in ressources folder as you want In the index.js, change

bot.login(process.env.discordToken)

by

bot.login("yourDiscordTokenHere")

Or create an .env file with discordToken=mytoken in value !

You can find your Discord token here after you have created a new Application => Bot

⚠️ Delete or modify files are on your own riks !

Run

npm start

or

node src/index

Commands

About the bot

  • info
  • help
  • invite
  • ping

Fortnite

  • aes Get current aes keys
  • blog Return 5 last blogs from here
  • cos Find an BR cosmetics
  • leaks Display news cosmetics from the last update (image)
  • news Generate a GIF who indicate the Fortnite Battle Royale news in game
  • shop Get the current BR shop (image)
  • stats Generate an image with Fortnite stats of an player
  • status Get the servers status of differents services

Features

Have an idea ? Submit it !

License