Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Verse Discord Bot

License

NotificationsYou must be signed in to change notification settings

art-technologies/verse-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Verse Discord bot allows to stream real time marketplace events to your Discord server. It can be configured to send events for sales, listings and offers including both Verse and OpenSea.

Note: OpenSea events will work only for projects that exist on Verse.

Add it to your Discord server

In order to start using Verse discord bot you should

  1. Invite Verse Discord Bot to your server and create a channel for the events.
  2. Identify what events you want to show in your Discord server and createconfiguration.
  3. Make Pull Request toguilds.json with your configuration requirements based. If you are can't make Pull Request please reach out to us atsupport@verse.works.
  4. Once we approve Pull Request your Discord channel will start receiving events.

Configuration

Bot configuration describes what sale/offer/lising events to send and where to send them. The most general bot configuration is the following and consists ofchannel_id and optional filters forcollections,artists andcollaborators.

{"channel_id":"123","filters": {"collections": ["33-million-by-anna-lucia"],"collaborators": ["tender","verse-solos"],"artists": ["anna-lucia"],"events": ["PM_SALE","SM_LISTED","SM_SALE","SM_OFFER","SM_GLOBAL_OFFER","OS_SALE","OS_OFFER","OS_LISTED"    ]  }}

You get your Discord channel ID by right clicking on the channel and "Copy Channel ID".

Filters

If you don't want to receive all the events you can specify optional filters to receive only the events you want.

Artists filter

Allows you to receive events only for one or more specific artists.

Collaborators filter

Allows you to reeive events only for one or more specific collaborators/galleries.

Collcetions filter

Allows you to receive events only for one or more specific collections.

Events filter

Allows to specify what kind of sale, offer or listing events should be sent.

EventDescription
PM_SALEVerse primary market sale events
SM_LISTEDVerse secondary market listing events
SM_SALEVerse secondary market sale events
SM_OFFERVerse offer events
SM_GLOBAL_OFFERVerse secondary market offer events
OS_SALEOpenSea secondary market sale events
OS_OFFEROpenSea offer events
OS_LISTEDOpenSea secondary market listing events

Configuration examples

Examples for commonly used filters

Example 1

All events (sale, listing, offer) forTender gallery.

{"channel_id":"123","filters": {"collaborators": ["tender"]  }}

Example 2

All events (sale, listing, offer) for artistqubibi.

{"channel_id":"123","filters": {"artists": ["qubibi"]  }}

Example 3

Sale events forQuasi Dragon Studies collection.

{"channel_id":"123","filters": {"collections": ["quasi-dragon-studies-by-harvey-rayner"],"events": ["PM_SALE","SM_SALE","OS_SALE"]  }}

About

Verse Discord Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp