/FietuBot

A Basic discord bot

Primary LanguageTypeScript

Fietu Bot

A Discord bot using discord.js

Requirements

NodeJs: 16.6.0 // or higher
typescript: 4.7.3 // or higher
discord.js: 13.8.0 // 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 start // start the bot
yarn build // compile