Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 992 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 992 Bytes

WhenToCop-Discord-Bot

A simple Discord bot to show today's upcoming sneakers drops from whentocop.fr

Getting Started

Follow the Prerequisites & Installation section.

Preview

  • Upcoming Command
    Upcoming Command

Prerequisites

  • A NodeJS running environment (Version >= 16.9 to support discord.js v14).
  • A discord bot with all intents enabled and invited with the application.commands parameter (for slash command usage).

Installation

  • Clone the repository and edit the config.json file.
  • Install all the required npm packages using npm i.
  • Then run the index.js file using node index.js.

Usage

$ Once your bot has started, view today's drops with `/upcomingcop`.

Additional Documentation and Acknowledgments

  • Default config.json file.
{
  "token": "Discord Bot Token"
}

If you find any issue, make sure to create a pull request or release an issue!