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
An electron-nuxt project
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# 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.


