Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
My very own discord bot that has been written in TypeScript.
- Host: GitHub
- URL: https://github.com/pxseu/zerotwo
- Owner: pxseu
- Created: 2021-01-05T12:35:03.000Z (almost 4 years ago)
- Default Branch: senpai
- Last Pushed: 2023-04-06T22:43:16.000Z (over 1 year ago)
- Last Synced: 2024-10-13T09:52:22.266Z (about 1 month ago)
- Topics: bot, discord-bot, discordjs, forthebadge
- Language: TypeScript
- Homepage:
- Size: 2.08 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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
```