LogoRobo.js
TemplatesDiscord bots

TagBot

A tag bot using TagScript for dynamic responses.

TagBot

A tag bot using TagScript and TypeScript for dynamic, customizable responses.

Getting Started

Create a project with this template:

npx create-robo@next <project-name> --template discord-bots/tagbot

Then navigate into your project directory:

cd <project-name>

Run development mode:

npm run dev

Features

  • TagScript parsing
  • Dynamic variable substitution
  • Custom tag creation
  • Tag management commands

TagScript Example

{user.mention}, welcome to {server.name}!
You are member #{server.memberCount}.

Hosting

npm run deploy

On this page