1.0.0 • Published 3 years ago

biab-testing v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Bot-In-A-Bot

Bot-In-A-Bor is an npm package that loads a pre-made discord bot in either JavaScript or TypeScript the goal of this package is to make it easier for people to make their discord bots without spening 10 + monutes coding the skelton of the bot.

Installation

npx install biab

Warning DO NOT use npm install biab or this package will not work please use npx install biab

Set your bot token in the .env file

TOKEN=xxxxxx.xxxxxx.xx.xxxxxxxxxxxxx.xxxx

Don't know how to find your token? Look below 1) Go to https://discord.com/developers/applications 2) Create an application or click your existing application 3) Click Bot tab 4) Click Copy under TOKEN 5) Paste your token in place of YOUR_TOKEN_HERE in the .env file

WARNING DO NOT SHARE YOUR BOT TOKEN WITH ANYONE ELSE THEY CAN USE THIS TO RAID THE SERVERS YOUR BOT IS IN