Skip to content

Instantly share code, notes, and snippets.

View Pukimaa's full-sized avatar
🗣️

Pukima Pukimaa

🗣️
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active November 26, 2025 05:33
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@Benricheson101
Benricheson101 / main.go
Created February 25, 2022 02:23
discordgo zero downtime restart
package main
import (
"flag"
"fmt"
"os"
"os/signal"
"reflect"
"sync/atomic"
"syscall"
@Soheab
Soheab / API's.md
Last active November 23, 2025 13:27
See here some of the API's you can use in your discord bot or anything

Some APIs for you.

Here are some APIs you can use in your Discord bot or any other project. For any help or questions on how to use one, please contact the owner of the API and not me.

A bigger list of APIs can be found at: https://github.com/public-apis/public-apis


[TOKEN] = API requires a token to access some if not all endpoints.