/discord-bot

moderation bot built on discord.py

Primary LanguagePython

Discord Bot

A simple discord bot for moderation. Built on discord.py.

Features

Here are some commands. Command prefix can be changed my replacing value inside of command_prefix.

  • .help -> lists all of the commands

Moderation

  • .clear [x amount] -> clears x amount of messages in channel
  • .kick [@user] -> kicks tagged user
  • .ban [@user] -> bans tagged user

Other

  • .ping -> simple ping command to test if bot is working or check client latency
  • .av -> returns clients discord avatar
  • .ball [yes/no question] -> returns yes/no reply

Setup - Windows

  1. Install Python
  2. Run python in terminal and check if installed. It should return the python version number.
  3. Run py -m pip --version in terminal to check if pip is installed. It should return the pip version number.

Pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4

  1. Set up your token by replacing 'ENTER_TOKEN_HERE' with your bot token.
  2. Run python main.py to start your bot.

Help

Check if dependencies are properly installed discord.py. If not, run pip install discord.py or read more about discord.py here