Type Name Latest commit message Commit time .circleci Fixed incorrect test cases for botlabs-gg#1218 and disable verbose mo… May 11, 2022 19:13 .github/workflows A lot of minor fixes. (botlabs-gg#1125) February 24, 2022 07:30 admin Update package imports to V2 (botlabs-gg#...
Describe the bug After I restarted matterbridge, it stopped working with this issue: [0007] ERROR discord: [Connect:bridge/discord/discord.go:162] Error obtaining server members: HTTP 403 Forbidden, {"message": "Missing Access", "code": ...
First, in a direct message, Discord will inform you if you and the other person have any Discord servers in common. The fact that Wilder World and I had “no servers in common” is a big red flag.You seriously mean to tell me that the REAL Wilder World would contact me from a Disco...
Summary After I see the connection reset stack trace, I've noticed that while everything else is working fine, tasks simply do not ever loop again. Reproduction Steps Sadly I have been struggling to reproduce this but I see it in the wil...
One interesting thing that happened this time is that it logged the disconnecting message, but never logged the disconnected message. This happened after I used several commands in a short amount of time. RheaAyase mentioned this issue May 26, 2018 500: Internal Server Error - breaks the whol...
Previously they told me in a message that they "fixed" my posts and now they would show up. I looked for this topic and it was nowhere to be found. Several people confirmed. Not searchable, did not exist. After confronting them AGAIN, they were like, oh it's there... Obviously allow...
bug: Fix incorrect parsing of MessageUpdateEvents. feat: Add logger to plugins and make name inferred from runtimeType by default. 6.0.0-dev.3 16.09.2023 rewrite: Interaction responses now throw errors instead of using assertions. rewrite: Improved plugin interface with support for plugin state ...
A working Go installation, seehttps://golang.org/doc/install. Building Clone the repository: $ git clone https://github.com/dankgrinder/dankgrinder.git Build: $ make build The executables should then be in the/buildfolder. Configuration ...
Client'; export default class ExampleCommand extends Command { constructor(client: DiscordClient) { super(client, { name: 'example', group: 'Developer', description: 'An example command.', require: { developer: true } }); } async run(message: Message, args: string[]) { await message....
All of these are open for contribution, but just be sure which one you want to be working on before you start. Design choices and development Modrunner does not particularly follow a standard or have an official process of software development. However, be aware that if your goal when ...