Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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

Preffered node version is listed in the [.nvmrc](.nvmrc) file.
Use `nvm install` to that specific version.
## Development

```sh
# .env
DISCORD_TOKEN = # your bot token
IMPERIAL_TOKEN = # your imperial token
$ yarn
$ yarn dev
```