What is Discord Server Console?
Discord Server Console is a plugin that links up your server console to a Discord channel and visa-versa! With this plugin, you can even send commands through the Discord channel!
Installation
IMPORTANT
If your bot doesn't execute any commands from the Discord channels you've setup, go to your bot in
https://discord.com/developers/applications and under the "Bot" tab enable "MESSAGE CONTENT INTENT"
Commands
Just type in any command you'd like to run in the Discord channel where you've setup the bot and watch the magic happen!
Example Config
Code (Text):
[/LEFT]
{
"token": "YourTokenGoesHere",
"channelIDs": [
"ThisIsAChannelID",
"ThisIsAnotherChannelID"
],
"excludedUserIDs": [
"TheUserWithThisIDHasBeenExcluded!"
]
}
[LEFT]