Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.49 KB

File metadata and controls

63 lines (43 loc) · 2.49 KB

SomeoneBack Icon

SomeoneBack

Deploy Language License Stars Forks Last Commit

SomeoneBack brings back Discord's classic April Fools' "@someone" mention from March 31, 2018. This bot lets you randomly mention a user—perfect for giveaways, selections, and more.

Getting Started

Prerequisites

  • Node.js and npm installed
  • Wrangler installed globally (npm install -g wrangler)

Install dependencies

npm install

Set up Discord bot secrets

Use Wrangler to securely store your Discord bot credentials:

npx wrangler secret put DISCORD_APPLICATION_ID
npx wrangler secret put DISCORD_PUBLIC_KEY
npx wrangler secret put DISCORD_TOKEN

Register and deploy your bot

  • npm run register: Registers your bot commands with Discord.
  • npm run deploy: Deploys your bot to Cloudflare Workers.
npm run register
npm run deploy

Contributing

Please see CONTRIBUTING.md for guidelines on how to contribute to this project.

Credits