Skip to content

ElFietulais/FietuBot

Repository files navigation

Fietu Bot

A Discord bot using discord.js

Requirements

NodeJs: 16.6.0 // or higher
typescript: 4.7.3 // or higher
discord.js: 14.0.3 // or higher
yarn: 1.22.19 // or higher

Env

you need to create an .env file with your bot token

Env Example

TOKEN=discord_bot_token

replace discord_bot_token for your bot token

Build

yarn install // installs the required dependencies
yarn build // compile
yarn start // start the bot