manifest / integrations / nexusbot_plugin
Nexus Aurora Plugin
A WordPress plugin for administration of the NexusBot
by James Boullion · github.com/semc-labs/nexusbot_plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/semc-labs/nexusbot_plugin/archive/refs/heads/main.zipFrom the readme
Nexus Aurora Plugin
Nexus Aurora Plugin used for Discord Bot administration and other custom functionality.
Description
This plugin requires our Discord Bot
This plugin will display discord server statistics.
Eventually actions will be taken from admin.
Many potential features.
Installation
Download this repo as a zip file and upload it as a New Plugin.
After installing and activating you will need to update the "NexusAuroraBotURL" variable in the plugin settings. This is the url the discordbot express server is available at.
In order for the WordPress bot to post announcements you will need to install the JWT Authentication for WP REST API plugin.
Then create a user specifically for the bot which has permissions limited to posting. Then make sure to update the .env file with this bot's credentials
You will also need to add a secrect constant to your wp-config.php like: define('JWTAUTHSECRETKEY', 'supersecretstring');
Then add your 'supersecretstring' to your NexusBot .env file
Frequently Asked Questions
How do I setup the discord bot?
Go to our Discord Bot repo for more answers