Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 528 Bytes

README.MD

File metadata and controls

39 lines (29 loc) · 528 Bytes

Dispoll

Dispoll allows you to send poll in a simple command in a Discord channel.

Dispoll Gif

Usage

Ask a simple yes/no question:

/dispoll How are you today?

Ask a multiple choices (max 9) question:

/dispoll How are you feeling today? ; Good ; Very good ; Better than ever

Installation

Setup

npm install

Run development

npm run dev

Build

npm run build

Run build

npm start