- put
DISCORD_TOKEN=<your-discord-token>
in.env
file - put sample config in
limmy.yaml
filecryptohackTracker: channel: channel id toPing: any role or user to ping users: - cryptohack: cryptohack username discord: discord user id
- load limmy.asd
- run
(reconfigure)
- run
(start)
podman run -it --rm \
--name limmy \
-e `cat .env` \
-v ./limmy.yaml:/home/limmy/limmy.yaml \
limmy:latest