An open API service indexing awesome lists of open source software.

https://github.com/pxseu/zerotwo

My very own discord bot that has been written in TypeScript.
https://github.com/pxseu/zerotwo

bot discord-bot discordjs forthebadge

Last synced: 4 months ago
JSON representation

My very own discord bot that has been written in TypeScript.

Awesome Lists containing this project

README

          

# [ZeroTwo](https://github.com/pxseu/ZeroTwo)

[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-typescript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/fixed-bugs.svg)](https://forthebadge.com)

## About

This repo contains the full content of my discord bot for free! (under a license)
Please check it out and contribute if you wish to do so!

## Installation

This project uses [Bun](https://bun.sh) as the runtime and package manager.
Install Bun from [bun.sh](https://bun.sh).

## Development

```sh
# .env
DISCORD_TOKEN = # your bot token
IMPERIAL_TOKEN = # your imperial token
$ bun install
$ bun run dev
```