Aaron Meese

Results 113 comments of Aaron Meese

Bump, can we get this merged please?

I just installed and built the latest version this morning with Cordova (not Ionic) and it worked fine. Maybe try doing a pure Cordova build and see if that helps

@sarether this is certainly possible, if you want to introduce additional lines of filler to the final product. I don't recommend doing so because it would be a lot of...

I would very much like to have multiple messages pinned! That's the only feature lacking from Discord that I've really missed since my transition to Keybase, I would love to...

When I ran into this issue, the problem was that the button I clicked to trigger the function was clicked twice, thus two queries were actively attempting to run on...

@trhacknon I think you pushed to the wrong repository here friend!

You're welcome! The `--prune` flag sends the `/prune` text, which should then delete the last message you sent. The code for this can be found on [this line](https://github.com/ajmeese7/spambot/blob/master/bot.js#L75) if you...

What you are asking is currently not supported by the CLI, it would probably be easier for you to do this directly from the JavaScript if that is an option...

Unless something has changed since I last worked on this, Discord.js v13 does not support selfbots at all, which is why I forked v12 and use that for this application.