A Discord bot for the Acepyr community — answers questions about the Acepyr behavioral economy project, including tokenomics, roadmap, games, and community stats.
- /ask — Ask anything about Acepyr (Q&A engine)
- /acepyr — Browse topics: overview, vectors, player-stack, token, stats
- /ping — Check bot response
- /roadmap — Development roadmap
- /faq — Frequently asked questions
- /help — Show available commands
- /info — Bot information
git clone https://github.com/maharani212/gm.git
cd gm
npm installCreate a .env file:
DISCORD_TOKEN=YOUR_DISCORD_TOKEN
CLIENT_ID=YOUR_CLIENT_IDRegister slash commands (run once):
node deploy-commands.jsStart the bot:
node index.jscommands/ — Slash + prefix command files
data/ — Knowledge base (acepyr project data)
images/ — Screenshots
index.js — Main bot entry point
deploy-commands.js — Slash command registration
SKILL.md — AI skill definition (ProductClank)
- Node.js
- discord.js v14
- dotenv
- Express (health checks)
MIT License