https://github.com/payload-bot/payload-neo
The largest TF2-based Discord bot serving over 150,000 users daily.
https://github.com/payload-bot/payload-neo
discord-bot hacktoberfest payloadbot team-fortress-2 teamfortress2 tf2 tf2-discord tf2-discord-bot
Last synced: 20 days ago
JSON representation
The largest TF2-based Discord bot serving over 150,000 users daily.
- Host: GitHub
- URL: https://github.com/payload-bot/payload-neo
- Owner: payload-bot
- License: mit
- Created: 2019-12-08T06:27:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T20:05:27.000Z (23 days ago)
- Last Synced: 2025-04-26T20:30:32.897Z (23 days ago)
- Topics: discord-bot, hacktoberfest, payloadbot, team-fortress-2, teamfortress2, tf2, tf2-discord, tf2-discord-bot
- Language: TypeScript
- Homepage: https://payload.tf
- Size: 9.22 MB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-tf2-devs - payload-bot/payload-neo - typescript - general comp tf2 bot, servicing 50k+ users. payload.tf (Table of contents / Discord bots)
README
payload-neo
Payload Discord Bot
![]()
# Description
Payload is the Discord bot for TF2 players. Features a leaderboard, logs.tf and
team preview screenshots, and other useful commands.## Running
You can run the service locally using [Deno](https://docs.deno.com/runtime/):
```cmd
deno task dev
```This will install all dependencies.
### Production
This service is ran using Docker. To run locally, first build the service:
```cmd
docker build -f Dockerfile.local . -t "payload-neo"
```Then run the container:
```cmd
docker run --name "payload" --init -it --rm -v ./data.db:/data/data.db --env-file=.env.docker payload-neo
```If you're using windows, use an explicit path for the volume:
```cmd
docker run --name "payload" --init -it --rm -v ${PWD}/data.db:/data/data.db --env-file=.env.docker payload-neo
```# Issues, Questions
Any issues or questions should be posted on GitHub issues, where they can be
more easily tracked. Feature requests are welcome!# Support this Project
You may back me on my [Patreon](https://www.patreon.com/c43721). Direct
sponsorship of this project can be discussed on Discord (24#7644) or by another
medium.# Contributing
Before contributing, please make sure no one else has stated against your
proposal. Otherwise, make a Pull Request detailing your proposal and any
relevant code changes.# Useful Links
- [Main Page](https://payload.tf/)
- [Invite](https://payload.tf/invite)
- [Discord](https://payload.tf/discord)
- [Translation](https://crowdin.com/project/payload)# License
This project is [MIT licensed](LICENSE).