/mbmbam-wiki-script

for creating templates to upload to the Fandom wiki

Primary LanguageJavaScript

A Slash Command Discord Bot

Originally created as a way to create templates for new pages of the MBMBaM Wiki, now expanded with support for adding new slash commands.

Requirements

  • WSL 2 ubuntu 22.04
  • Node 19.9.0
  • A Discord bot with proper permissions invited to the desired servers

Dependencies

  • axios
  • discord.js

Available Commands

Invoke commands by typing /command in a Discord channel where the bot has access.

mbmbam

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.

Requirements

Usage

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

Preview

image image

Docs and Resources