Skip to content

Features Needed #2

Description

@alachhman

SUMMARY

In an ongoing effort to turn this bot into an all-encompassing mobile game bot, features need to be implemented which cater to all of the most popular games currently on the market.

GAMES COVERED

  • Dragalia Lost
  • Pokemon Masters

COVERAGE NEEDED

REQUIREMENTS

Any method of data acquisition (Scraping, JSON store, and relational DB provided you host it yourself) can be used to create an embed output containing information on any unit in a currently uncovered mobile game. An example of expected/desired quality of the output can be found here. The command must use the following boilerplate and will be activated upon a user entering the prefix > followed by the value in the name field:

module.exports = {
    name: 'command',
    description: 'whatever you want',
    execute(message, args) {
        //your code goes here
    },
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions