Skip to content

6missedcalls/nft-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSea Discord Bot

Discord bot built with Discord.js and OpenSea API

Installation

Create Directory and Clone Github

  mkdir my-project
  cd my-project
  git clone https://github.com/brokecollegekidwithaclothingobsession/nft-discord-bot.git

Install Dependencies via NPM or Yarn

  npm Install
  yarn install

Edit & Save botconfig.json

{
  "token": "TOKEN_HERE"
}

Start Discord Bot

 npm run start
 yarn start

Bot Commands

Moderation

  • !ban <user#1234>
  • !kick <user#1234>
  • !clear
  • !unban <user#1234>

All Users

  • !asset
  • !contract

About

Tools built with Opensea API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published