Skip to content

moka-labs/moji-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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