Skip to content

Instantly share code, notes, and snippets.

View VillainsRule's full-sized avatar
😴
sleepy

VR VillainsRule

😴
sleepy
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 9, 2025 02:29
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@jatin-lab49
jatin-lab49 / gradle-compilecache-error.md
Created June 22, 2020 20:32
TIL-Lab49/Recovering from Gradle "Cannot lock Java compile cache"

Ran into a weird issue today where I was refactoring a lot of Java classes. Trying to run Gradle build via IntelliJ kept failing.

The error was:

> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
@advaith1
advaith1 / top bots.md
Last active June 13, 2025 07:20
The top Discord bots ranked by server count
Rank Bot Approximate Server Count Library
1 MEE6 21,300,000 Custom Python
2 Rythm 14,900,000 JDA
3 carl-bot 🅱️ 12,100,000 Pycord
4 Dyno 10,600,000 Eris
5 Midjourney Bot
@dragonwocky
dragonwocky / discord-webhook.js
Last active December 8, 2024 12:04
js post request example for discord webhooks using the fetch web api
// node.js versions pre-v0.18.0 do not support the fetch api and require a polyfill
// const fetch = require('node-fetch');
fetch(
'https://discordapp.com/api/webhooks/738983040323289120/mzhXrZz0hqOuUaPUjB_RBTE8XJUFLe8fe9mgeJjQCaxjHX14c3SW3ZR199_CDEI-xT56',
{
method: 'post',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({