Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Tradeboard

Myles Selim edited this page Jul 21, 2019 · 5 revisions

About Tradeboard

The tradeboard allows users to list Pokemon they are either looking for or would like to get in a trade. When posting a trade, you can specify if the Pokemon is shiny (if released), has legacy moves, or a specific form (Kanotian vs Alolan, sunny vs rainy vs snowy vs normal Castform, etc) as well as genders.

If the poster of the trade has their trainer code on their profile, it will also be displayed on the trade.

Trade

Commands

all sample commands use the default command prefix, .


tradeboardHelp

Usage: .tradeboardHelp

Description: Displays tradeboard help information.

Aliases: tradeHelp

Category: Tradeboard

Module: Tradeboard

Requried Channel Permission to Use:

  • SEND_MESSAGES
  • EMBED_LINKS

forTrade

Usage: .forTrade [pokemon]

Description: Posts the given Pokemon up for trade.

Category: Tradeboard

Module: Tradeboard

Requried Channel Permission to Use:

  • SEND_MESSAGES
  • EMBED_LINKS

getUserTrades

Usage: .getUserTrades

Description: Get trades either you posted or a specific user.

Category: Tradeboard

Module: Tradeboard

Requried Channel Permission to Use:

  • SEND_MESSAGES
  • EMBED_LINKS

findTrade

Usage: .findTrade [pokemon]

Description: Searches for a specific trade.

Category: Tradeboard

Module: Tradeboard

Requried Channel Permission to Use:

  • SEND_MESSAGES
  • EMBED_LINKS

getTrade

Usage: .getTrade [tradeId]

Description: Gets a specific trade by ID.

Category: Tradeboard

Module: Tradeboard

Requried Channel Permission to Use:

  • ADD_REACTIONS
  • SEND_MESSAGES
  • MANAGE_MESSAGES
  • EMBED_LINKS
  • USE_EXTERNAL_EMOJIS

lookingFor

Usage: .lookingFor [pokemon]

Description: Looks for a trade matching your search, creates one if it doesn't exist.

Category: Tradeboard

Module: Tradeboard

Requried Channel Permission to Use:

  • SEND_MESSAGES
  • EMBED_LINKS

removeTrade

Usage: .removeTrade [postId]

Description: Removes a given trade posted by yourself from the tradeboard.

Category: Tradeboard

Module: Tradeboard

Requried Channel Permission to Use:

  • SEND_MESSAGES

Clone this wiki locally