Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.59 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.59 KB

Discord GitHub Repo stars

Lumia-Bot

Homebrew France - Lumia-Discord-Bot

A multipurpose Discord Bot for "Homebrew France" server.

Features

  • Nintendo Switch Serial number checker (IMSP)
  • PS3 Model Number checker (tells if a PS3 can run CFW or not)
  • Moderation commands (mute, tempban, ban)
  • Generic commands
  • Homebrew commands (guides, packs, etc.)

Setting up the bot

  • Go to Discord Developer Portal.
  • Create a new application with the name of the bot you want to create.
  • Create your bot.
  • Give the bot "Administrator" permissions.
  • Copy the token.
  • Replace {BOT_TOKEN} in the code with your bot's token.
  • Replace all the roles IDs with the corresponding ones on your server.

Running the bot

On Windows

On Linux

  • Open a terminal
  • Install python3 with the following command line : sudo apt-get install python3
  • Install python3-pip with the following command line : sudo apt-get install python3-pip
  • Install the "Discord" Python module with the following command line : pip3 install discord
  • Run the bot from the "Lumia-Discord-Bot" folder.
  • Execute the bot with python3 main.py