Skip to content

gotd/bot

Repository files navigation

bot

Bot for gotd chats based on gotd/td.

Goals

This bot is like a canary node: platform for experiments, testing and ensuring stability.

Commands

  • /bot - answers "What?"
  • /json - inspects replied message
  • /dice - sends dice
  • /stat - prints metrics

Skip deploy

Add !skip to commit message.

Migrations

Add migration

To add migration named some-migration-name:

atlas migrate --env dev diff some-migration-name

Golden files

In package directory:

go test -update