Nsttt / vxtwitter-discord

A discord bot that transforms twitter links to vxtwitter on demand.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Bot

This is a Discord bot built with Node.js and TypeScript.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Setup

  1. Clone the repository to your local machine:
  2. Create a .env file in the project root to store your environment variables, such as your Discord token:
DISCORD_TOKEN=your-discord-token
  1. Build the Docker image for your project
docker compose build
  1. Start the Docker container using Docker Compose
docker compose up -d

About

A discord bot that transforms twitter links to vxtwitter on demand.

License:MIT License


Languages

Language:TypeScript 85.7%Language:Dockerfile 14.3%