A bot that does server administration like banning, creating important tags with embed's, welcome message and much more.
For development, you will only need Node.js and a node global package, installed in your environement, use .envexemple.
Token Discord Offical Discord Developer website
Token TenorGif Offical TenorApi website
NodeJS
-
Official Node.js website and download the installer.
-
$ sudo apt install nodejs $ sudo apt install npm
-
You can find more information about the installation on the official Node.js website and the official NPM website.
I used this version of NodeJS, I don't guarantee it will work on older versions
$ node --version
v20.11.1
$ npm --version
v10.2.4
You can deploy to Heroku or Replit or install locally yourself.
$ git clone https://github.com/danielguirra/ts-bot/
$ cd ts-bot
$ npm install
or
$ yarn install
$ yarn build
$ npm run build
$ yarn start
$ npm run start
$ yarn dev
$ npm run dev
$ docker build . --f ./Dockerfile --tag ts-bot-image
$ docker run -p 4040:4040 --name ts-bot ts-bot-image
$ docker-compose -up -d