Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.3 KB

File metadata and controls

60 lines (40 loc) · 1.3 KB

discord-bot-interface

Overview

Functionality:

  • read/send messages
  • connect/disconnect from voice
  • add/remove roles to the member
  • see ban/invite list
  • see ids of members

Planned:

  • connect with discord raid module
  • properly handle errors
  • listen and speak in voice chats
  • fix visual problems

Login page: img.png

Guilds/servers list: img.png

Guild content: img.png

An electron-nuxt project

Installation

Clone the repository with submodules

This project uses a Git submodule for the Discord interaction backend. Make sure to clone with the --recursive flag:

# Clone with submodules
git clone --recursive https://github.com/SharapaGorg/DiscordBotInterface.git

# Or if you already cloned without --recursive:
git submodule update --init --recursive

Build Setup

# install dependencies
yarn install

# serve app with hot reload
yarn dev

# build electron application for production
yarn build

This project was generated with electron-nuxt v1.8.1 using vue-cli. Documentation about the original structure can be found here.