Coder Social home page Coder Social logo

boobbot / boobbot Goto Github PK

View Code? Open in Web Editor NEW
66.0 10.0 18.0 4.98 MB

Pictures of nature. ๐Ÿ‘

Home Page: https://boob.bot

License: GNU Affero General Public License v3.0

Kotlin 87.73% Python 12.27%
porn boobs discord-bot discordjda kotlin discord discordbot nsfw best

boobbot's Introduction

CircleCI Patreon Donate

BoobBot

This repository is intended for educational purposes, and to allow people to contribute towards/improve the codebase of the bot. While we don't encourage self-hosting, if you insist on doing so you will need to do several things to get it in a usable state. See prerequisites for more information.

Prerequisites

  • You will need to create a bb.env file in Resources, or supply your env variables some other way on boot.
    • Refer to Config for the variable names.
  • You will need a BB API key which you can purchase here.
  • You will need an instance of Imgen for image generation.
  • You will need several proxies for large-scale support Which can be found in Utils.

Built With

  • JDA - A Java Discord API Wrapper.
  • Gradle - Dependency Management.
  • Kotlin - A powerful JVM-based language with support for coroutines and more.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the AGPL-3.0 License - see the LICENSE file for details

Projects Powering BoobBot

Yourkit
BoobBot uses YourKit to profile the application and provide statistics for the performance of the bot.

JetBrains

boobbot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

boobbot's Issues

Command not working?

Everytime i try to play audio, it only enqueues it and it never plays. How do i fix this?

IOException: Connection reset by peer

Sentry Issue: BOOBBOTJDA-87

ErrorCallbackNotImplemented: java.io.IOException: Connection reset by peer
IOException: Connection reset by peer
    at sun.nio.ch.FileDispatcherImpl.read0(FileDispatcherImpl.java)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
    at sun.nio.ch.IOUtil.read(IOUtil.java:233)
    at sun.nio.ch.IOUtil.read(IOUtil.java:223)
...
(18 additional frame(s) were not displayed)

Operator called default onErrorDropped

create an issue because I don't exactly know what the fuck this is and I don't want to forget

Audio additions

Implement full porn hub and red tube audio search and Playback see Neko.jda for a current implementation
20$ bounty

IllegalStateException: ctx.message.guild must not be null

Sentry Issue: BOOBBOTJDA-1X

IllegalStateException: ctx.message.guild must not be null
    at bot.boobbot.commands.audio.Moan.execute(Moan.kt:19)
    at bot.boobbot.handlers.MessageHandler.onMessageReceived(MessageHandler.java:114)
    at net.dv8tion.jda.core.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:410)
    at net.dv8tion.jda.core.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:84)
    at net.dv8tion.jda.core.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:127)
...
(12 additional frame(s) were not displayed)

Command `moan` encountered an error during execution

Make moan guild only

Boob-boot moan command not working for me

Hey!
in my discord server whenever I type "bbmoan"

it always replies with "No Matches, Tf?"

can anyone explain why is this happening
I am an Indian so I thought maybe porn is banned in India that's why it is broken but it does not work even if I change my server region

plus according to your source code, I think you have already stored the sounds of the moans on your server.

please help.?

NSFW commands stopped working

Hi,

for some reason, im not able to use any NSFW commands in a 18+ text channel. other ppl are able to use it, but not me. as i am also the owner of the server

Help LOL

ErrorResponseException: 50007: Cannot send messages to this user* add check

Sentry Issue: BOOBBOTJDA-8N

ErrorResponseException: 50007: Cannot send messages to this user
    at net.dv8tion.jda.core.exceptions.ErrorResponseException.create(ErrorResponseException.java:150)
    at net.dv8tion.jda.core.requests.Request.onFailure(Request.java:96)
    at net.dv8tion.jda.core.requests.restaction.MessageAction.handleResponse(MessageAction.java:689)
    at net.dv8tion.jda.core.requests.Request.handleResponse(Request.java:184)
    at net.dv8tion.jda.core.requests.Requester.execute(Requester.java:225)
...
(9 additional frame(s) were not displayed)

Command `sendnudes` encountered an error during execution

IllegalStateException: reaction.emote must not be null

Sentry Issue: BOOBBOTJDA-19

IllegalStateException: reaction.emote must not be null
    at bot.boobbot.models.SendCommand$executeAsync$emote$1.invoke(SendCommand.kt:30)
    at bot.boobbot.models.SendCommand$executeAsync$emote$1.invoke(SendCommand.kt:8)
    at bot.boobbot.misc.EventWaiter.onPrivateMessageReactionAdd(EventWaiter.kt:70)
    at net.dv8tion.jda.core.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:404)
    at net.dv8tion.jda.core.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:84)
...
(14 additional frame(s) were not displayed)

One of the EventListeners had an uncaught exception

From waiter , a ton of these

Diversity and Options

I think it's an issue that you don't have more representation of all races. Some suggestions that I think could resolve this:

  • have options for each race in the "interactions" category
  • kinks or interactions could maybe have race added as an optional extra parameter
  • if for whatever reason people dont want to see these things having the modifier would mean normal commands are fine, but also if I want to see a big black dick and not just a dick I can.

RestAction queue returned failure: [ErrorResponseException] 10008: Unknown Message

Sentry Issue: BOOBBOTJDA-15

Stacktrace (most recent call first):

    at net.dv8tion.jda.core.requests.RestAction.lambda$static$1(RestAction.java:168)
    at net.dv8tion.jda.core.requests.Request.lambda$onFailure$1(Request.java:108)
    at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426)
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1603)
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

RestAction queue returned failure: [ErrorResponseException] 10008: Unknown Message

Track this down and add check

IllegalStateException: msg.member must not be null

Sentry Issue: BOOBBOTJDA-13

IllegalStateException: msg.member must not be null
    at bot.boobbot.misc.Colors.getEffectiveColor(Colors.kt:73)
    at bot.boobbot.models.BbApiCommand$executeAsync$2.invoke(BbApiCommand.kt:20)
    at bot.boobbot.models.BbApiCommand$executeAsync$2.invoke(BbApiCommand.kt:9)
    at bot.boobbot.flight.Context.embed(Context.kt:79)
    at bot.boobbot.models.BbApiCommand.executeAsync$suspendImpl(BbApiCommand.kt:18)
...
(8 additional frame(s) were not displayed)

Command `deferredcoroutine` encountered an error during execution

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.