Skip to content

Resend the emoji to original size!

Notifications You must be signed in to change notification settings

kamyu1537/moji-bot

 
 

Repository files navigation

Moji Bot

Resend the emoji to original size!

Environments

  • BOT_TOKEN - Discord Bot Token

Development

npm ci
npm run prepare
npm run dev

Deploy

env BOT_TOKEN=<Discord Bot Token>
npm ci
npm run build
npm run start

Bot Setup

Intents

  • Presence intent: enabled
  • Server members intent: enabled
  • Message content intent: enabled

OAuth2 Scopes

  • bot
  • applications.command

OAuth2 Permissions

  • Manage Messages
  • Manage Threads
  • Send Messages
  • Send Messages in Threads

About

Resend the emoji to original size!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.4%
  • JavaScript 4.6%