Skip to content

The original Super Mario Maker Discord bot, now supporting SMM2!

License

Notifications You must be signed in to change notification settings

burritosoftware/Nerdtendo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nerdtendo

The original Super Mario Maker Discord bot, now supporting SMM2!


Setup

Requirements

  • Python 3.8+
  • A copy of Toost placed in toost
  • (optional) pm2, to manage the bot's process

Installation

  1. Clone the source to your computer.
git clone https://github.com/burritosoftware/Nerdtendo.git
cd Nerdtendo
  1. Install the necessary requirements.
python3.8 -m pip install -r requirements.txt
python3.8 -m pip install git+https://github.com/neonjonn/lightbulb-ext-neon.git
  1. Create an .env file, and paste your Discord bot token inside.
cp .env-example .env
nano .env
  1. Start the bot.
python3.8 bot.py
(or if using pm2)
pm2 start --interpreter=python3.8 bot.py

About

The original Super Mario Maker Discord bot, now supporting SMM2!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages