A Discord bot for annoying your friends. Should be simple to setup
- Download the repository, and place the files in whatever folder you want
- Install Discordjs, and a linter. I used eslint.
- Add a "clientId" and "token" for your bot in the config.json.
- Add PNG files to bot/assets/chatbubble/sfw & bot/assets/chatbubble/questionable (If you have questionable images).
- Use a program like renamer to bulk rename all of the photos to numbers, starting from 1.
- You can now run index.js and deploycommands.js.
Todo:
- NSFW channel permissions so questionable images cannot be sent to non NSFW channels.
- A command to target a specific friend.
- Support different file types (gif, jpg, etc)
- Get the random images a better way.
I am not going to take responsability if your bot sends nsfw content, and you are punished for it. Additionally, I did not create this bot as a means to cyberbully people. Please chatbubble responsably.
Copyright 2024 Nehiyawewin
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.