/VOCO-discord-bot

Primary LanguageVueMIT LicenseMIT


VOCO-discord-bot

A simple VOCO discord bot as a desktop web app made with Vue 3 and Electron.

Contributors Forks Stargazers License

Table Of Contents

About The Project

Screenshot

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Getting Started

  • Here is a quick guide on how to setup this project for development.
  • Use this guide when creating a discord bot for the app Discord Developer Portal Guide.

Prerequisites

This is a Node.js project, so you need to have it installed. Then you need to install the dependencies with:

npm install
  • Compile the bundle for development
npm run build
  • Start the electron app for development
npm run start
  • Build the electron app for production
npm run make

This will take time, but it will create a folder called out with the executable file inside.

Download the app

Here is the release link to download the pre-built app.

Build your own Vue 3 + Electron project

Here is the link to the tutorial.

Built With

License

Distributed under the MIT License. See LICENSE for more information.