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.
- Host: GitHub
- URL: https://github.com/pxseu/zerotwo
- Owner: pxseu
- Created: 2021-01-05T12:35:03.000Z (over 5 years ago)
- Default Branch: senpai
- Last Pushed: 2025-06-04T10:07:09.000Z (about 1 year ago)
- Last Synced: 2025-10-24T19:45:09.623Z (8 months ago)
- Topics: bot, discord-bot, discordjs, forthebadge
- Language: TypeScript
- Homepage:
- Size: 2.11 MB
- Stars: 4
- Watchers: 1
- 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)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](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
```