add bot: https://discord.com/oauth2/authorize?client_id=1338904246518677525&permissions=198656&integration_type=0&scope=bot
- put
DISCORD_TOKEN=<your-discord-token> in .env file
- put sample config in
limmy.yaml file
cryptohackTracker:
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