Skip to content

🤖 Desktop Discord bot management interface with GUI - bot authentication, messaging, server control and more. Electron.js + Nuxt.js + Express stack.

Notifications You must be signed in to change notification settings

SharapaGorg/DiscordBotInterface

Repository files navigation

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.

About

🤖 Desktop Discord bot management interface with GUI - bot authentication, messaging, server control and more. Electron.js + Nuxt.js + Express stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published