项目作者: nedius

项目描述 :
Discord client for bot account
高级语言: JavaScript
项目地址: git://github.com/nedius/discord4bot.git
创建时间: 2020-01-29T09:45:21Z
项目社区:https://github.com/nedius/discord4bot

开源协议:MIT License

下载


Discord4bot

Discord client for bot account

Feature List

  • Login screen, with options to locally save token with or without additional local password
  • Get and open guilds
  • Get and open guild channels
    • For text channel you can get, delete and send messages
  • Get guild channels properties and edit some of them
  • Get guild members properties and edit some of them
  • Get guild members in voice channels
    • If this member is muted/deafened himself or server wide, also Go Live icon
    • Drag’n’Drop members around voice channels

Current focus

  • Migration to new Discord.js v13
  • VUE.JS as framework

To be implemented

  • shards
  • dms

Installation

Node.js 12.0.0 or newer is required.

  1. Download Discord4bot with git clone https://github.com/nedius/discord4bot.git --depth 1
  2. Within the Discord4bot folder run npm ci
  3. To open Discord4bot run npm start

If you have problem

If you encountered some problems try to delete Discord4bot folder and go trough installation again (you won’t lose your settings). Its likely because of new Discord.js version. Discord4bot intended to run with 11.6.x version of Discord.js. You can check your Discord.js version with npm list discord.js command.

Known Issues

  • Reaction entirely disappearing when you unreact them. Channel reload should show correctly reaction again. It’s working now, but dont do it fast. Can still depend on channel reloading.