Skip to content

bastianleicht/GriefBotDiscord

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

GriefBotDiscord

GriefBotDiscord is a fully featured Griefing Bot with some unique Features.

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Commands
  5. Contributing
  6. License
  7. Contact

About The Project

GriefBotDiscord is a Project I'm currently maintaining in my freetime. I originally made it for a Friend and now it is an Open Source Project.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/bastianleicht/GriefBotDiscord.git
  2. Install NPM packages
    npm install

Usage

To use your Bot you have to rename the config from config.json.example to config.json.

Then you have to fill in your Settings and most importantly the Bot Token. You can get or generate your Token on the Discord Developers Page. If you want, you could even set the Token as an environment variable.

To use the Commands you first need to use {prefix}auth {secret key} to authenticate you with the Bot. Then you need to use {prefix}activate to activate all Commands for you.

Commands

auth {secret key}                     Initialises you with the Bot.
listening                             Dumps an Array of initialized Users in the Console.
activate                              Activates all commands for you.
deactivate                            Deactivates all commands for you.
eval { code }                         Evaluates the specified Code.
leave                                 Leaves the current Discord Server.
prune                                 Removes inactive (30 Days) Users.

rolespam { amount }                   Creates a specified count of Roles with random Unicode characters.
channelspam { amount }                Creates a specified count of Channels with random Unicode characters.

massdm { nachricht }                  Sends a message to every user of the Discord Server. (This message can be multiple lines long!)

ban { @user } < reason >              Banns the linked User.
ban all < reason >                    Banns every User of the Discord.

kick { @user }                        Kicks the linked User.
kick all                              Kicks every User of the Discord.

crypt all channels                    Renames every Channel to random Unicode charakters.
crypt all roles                       Renames every Role to random Unicode charakters.
crypt role { @role }                  Renames the specified Role to random Unicode charakters.
crypt channel { #channel }            Renames the specified Channel to random Unicode charakters.

delete channel                        Deletes the current Channel.
delete channeles                      Deletes every Channel.
delete role { @role }                 Deletes the linked Role.
delete roles                          Deletes every Role.

clear                                 Deletes every message in the current Channel.
clear all                             Deletes every message in the current Channel.
clear { #channel }                    Deletes every message in the linked Channel.
clear { id }                          Deletes every message in the linked Channel.

edit all channels { name }            Renames every Channel to the specified Name.
edit all roles { name }               Renames every Role to the specified Name.
edit channel { #channel } { name }    Renames the linked Channel to the specified Name.
edit role { @role } { name }          Renames the linked Role to the specified Name..

<> = optional (not required)
{} = required

Contributing

If you want to help, see the open issues for a list of proposed features (and known issues).

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the BSD 2-Clause License. See LICENSE for more information.

Contact

Bastian Leicht - @bastianleicht - mail@bastianleicht.de

Project Link: https://github.com/bastianleicht/GriefBotDiscord