/tapris

Discord.js 14 bot made in TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

Bot avatar

Tapris

Lightweight multi-language, multi-purpose bot for Discord

Overview, Invite, Host

Overview

Tapris is a Discord bot, made in TypeScript and Deno (using harmony as a library).

Project is named after Tapris Sugarbell Chisaki from Gabriel DropOut manga.

Invite

You can invite the bot by this link.

This bot uses slash commands.

You can change language by using /setlangauge command.

Host

  1. Create bot - Discord developer portal. Copy token for bot (don't share it with anyone).

  2. Install Deno.

  3. Clone repo:

    git clone https://github.com/tapris-bot/tapris.git && cd ./tapris/
  4. Set environment variables (dotenv is supported), if dotenv is not used, set MODE to DEPLOY (example in .env.sample).

  5. Run deno task start.

  6. Congratulations! Now your bot is running!