/tapris

Discord.js 13 bot made in typescript

Primary LanguageTypeScriptMIT LicenseMIT

Bot logo

Tapris

Multipurpose discord bot

Overview, Install

Overview

Tapris is discord.js bot, made in TypeScript. Bot is name after Tapris from Gabriel DropOut.

Install

Basic

You can invite bot by this link. Type "/" to see commands!

Host by yourself

  1. Install node.js

  2. Set up your .env (example in .env_example)

TOKEN="bot token"
BOT_COLOR="bot color (#a9b8f6 as example)"
  1. Install dependencies via yarn

  2. Build bot via yarn build

  3. Start bot via yarn start

Now you have running bot!