https://github.com/pacstall/pacbot
Pacstall's Discord server and GitHub bot
https://github.com/pacstall/pacbot
discord github-bot rust
Last synced: 9 months ago
JSON representation
Pacstall's Discord server and GitHub bot
- Host: GitHub
- URL: https://github.com/pacstall/pacbot
- Owner: pacstall
- License: agpl-3.0
- Created: 2021-12-23T19:23:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T17:22:50.000Z (10 months ago)
- Last Synced: 2025-04-29T18:30:49.178Z (10 months ago)
- Topics: discord, github-bot, rust
- Language: Rust
- Homepage:
- Size: 476 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PacBot
---
#### How to deploy
Create a file called `.env`, and fill in the following information:
```bash
DISCORD_TOKEN=$my_discord_token
PACSTALL_GUILDID=$my_guild_id
```
Then run `docker-compose up -d` to build the container.