1
0
mirror of https://github.com/insomniafi/insomniaid-bot.git synced 2025-07-07 05:30:50 +00:00

Initial Commit

This commit is contained in:
Christer Warén
2024-11-01 01:27:30 +02:00
commit a013466077
13 changed files with 219 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# Insomnia ID - Bot
## Description
Verkkopeliyhdistys Insomnia ry - Identity Bot
## Commands
### Build Image
`podman build -t ghcr.io/insomniafi/insid-bot`
### Publish Image
`podman push ghcr.io/insomniafi/insid-bot`
### Run Container
`podman run --name insid-bot -d -e DISCORD_TOKEN= ghcr.io/insomniafi/insid-bot`
### Update Dependencies
`podman run --name insid-bot -d -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot`