homiepoints
A Discord bot for peer recognition — hand teammates "homie points", with a server leaderboard and activity feed.
A small Discord bot for lightweight peer recognition: members award each other “homie points” and the bot keeps score.
Commands
/give [user] [amount] [reason]— award points (a reason is required for more than one)/get [user]— a user’s current total/leaderboard— the server standings/activity [user]— recent awards, server-wide or for one person/help— the command list
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.