Skip to content

Useful bot that *sticks* around... heh

Notifications You must be signed in to change notification settings

clawdbot/barnacle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barnacle

A Discord bot built with Carbon.

Setup

  1. Create a .env file with the following variables:
BASE_URL="your-base-url"
DEPLOY_SECRET="your-deploy-secret"
DISCORD_CLIENT_ID="your-client-id"
DISCORD_PUBLIC_KEY="discord-public-key"
DISCORD_BOT_TOKEN="your-bot-token"
  1. Install dependencies:
bun install
  1. Start the development server:
bun run dev

Commands

  • /github - Look up an issue or PR (defaults to clawdbot/clawdbot)

Gateway Events

The bot listens for the following Gateway events:

  • AutoModeration Action Execution - Sends keyword-based responses

AutoMod Responses

Edit src/config/automod-messages.json to map keywords to messages. Use {user} to mention the triggering user.

License

MIT

About

Useful bot that *sticks* around... heh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published