-
I'm trying to write a bot that tests the activity of a person on a server, in terms of messages sent. It's basically code built on top of one of the examples. However, whenever it hits an NSFW channel…
-
Hello; this is an excellent library, and thanks so much for providing it.
Does this library allow me to create channels INTO a channel category/group?
I see that the `GuildChannelCreate(guildID,…
-
Edit: Current work around is to stop the bot, delete the categories, start the bot and join a voice channel, then make the categories again. But you have to do this anytime the bot turns off which isn…
-
When `next` receives new context returned by ramda's lens method `over` or `set` the `handler` is never called. It propagates through all of middleware but never actually calls the `handler`.
Example…
Dartv updated
7 years ago
-
Hello everyone!
Since yesterday my Discord bot suddenly stopped working.
Looking at the log files, the bot seemingly throws the following error:
```java
[11:16:28] [Fatal] [JDASocket]: Received …
-
Create a webhook to update the #nsfw-bot-fuckery channel with updates to the bot's Github repo.
-
```
2017-09-25 10:45:57.505 ERROR 27464 --- [inWS-ReadThread] n.d.jda.core.requests.WebSocketClient : Completed the setup for Guild: G:Tasty Invisible Space Station(153001169793449984) without mat…
-
To help protect the sake of other servers, and potentially our bots;
Discord now allows you to essentially post NSFW content in an NSFW specified channel (Channel will start with "nsfw-")
We should …
-
I invited this bot to my Discord and it's working great, lots of entertainment value in #nsfw. Would it be possible to add functionality so that an ID or maybe even a URL can be passed in and BooruBot…
-
Currently, the bot only looks to see if the channel name contains `nsfw`. In accordance with the new discord guidelines, the channel name should either start with `nsfw-` or simply be `nsfw`.