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 June 2, 2024 19:11
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@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 June 1, 2024 07:56
See here some of the API's you can use in your discord bot or anything

Some API's for you.

See here some of the API's you can use in your discord bot or anything. For any help or questions on how to use one, please contact the owner of the API and not me.

A much bigger list of APIs can be found here


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

The descriptions are mostly copied from the API, sometimes personal or from the dev.