GriefBotDiscord is a fully featured Griefing Bot with some unique Features.
Report Bug
·
Request Feature
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.
To get a local copy up and running follow these simple steps.
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
- Clone the repo
git clone https://github.com/bastianleicht/GriefBotDiscord.git
- Install NPM packages
npm install
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.
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
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the BSD 2-Clause License. See LICENSE
for more information.
Bastian Leicht - @bastianleicht - [email protected]
Project Link: https://github.com/bastianleicht/GriefBotDiscord