Originally created as a way to create templates for new pages of the MBMBaM Wiki, now expanded with support for adding new slash commands.
- WSL 2 ubuntu 22.04
- Node 19.9.0
- A Discord bot with proper permissions invited to the desired servers
axios
discord.js
Invoke commands by typing /command
in a Discord channel where the bot has access.
Use to create new page templates for the MBMBaM Fandom Wiki utilizing data from MaximumFun and the Spotify API. In Discord, type /mbmbam
followed by a space then the episode number to get the template for that episode's wiki page.
- A Spotify app for podcast search results
git clone https://github.com/Coding-Christian/mbmbam-wiki-script.git
cd mbmbam-wiki-script
mv src/config.example.js src/config.js #edit src/config.js to add required data
npm install
node src/main