Autom3 / nerdlandbot

Nerdland discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nerdlandbot

This is a Python-based discord bot developed by the nerdland fan community.

Roadmap

This bot was setup mostly as an experiment, and there is no clearly defined goal so far. If you have any suggestions feel free to log an issue in this repository, any new ideas or challenges are much appreciated.

Getting started

To get this project up and running, make sure you have the following installed:

  • Python 3
  • PIP

Once you have these installed (you can check by running 'python --version' and 'pip -V' in a commandline) run the following command to install the required packages:

pip install -r requirements.txt -y

You will also need to acquire a DISCORD_TOKEN for this to work. It is possible to obtain one with a developer account on Discord.

You can now run the bot by running the following command with the src folder active

python main.py

Links

About

Nerdland discord bot

License:MIT License


Languages

Language:Python 100.0%