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 April 8, 2026 01:23
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

Use the script at your own risk.

Complete Recent Discord Quest

@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 February 20, 2026 23:08
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.