← Projects

homiepoints

A Discord bot for peer recognition — hand teammates "homie points", with a server leaderboard and activity feed.

  • Role: Author
  • Year: 2025
  • Stack: Go, discordgo, SQLite

A small Discord bot for lightweight peer recognition: members award each other “homie points” and the bot keeps score.

Commands

How it works

Built in Go on discordgo, using slash commands for every interaction. Points, awards and activity are persisted in SQLite, with separate packages for the command handlers, the database layer, and a one-off initdatabase command to create the schema.