Skip to content

Instantly share code, notes, and snippets.

Discord HypeSquad Badge Script (Updated December 2025)

Current Status (as of December 24, 2025):
Discord officially removed the HypeSquad section from settings in September 2025, meaning you can no longer join via the in-app quiz. Existing badges remain visible on profiles, but new users can't join officially.

Good news: The internal API endpoint (/hypesquad/online) still works! This console script lets you add a HypeSquad house badge directly.

Important Warnings:

  • This is unofficial and may violate Discord's Terms of Service (considered automation).
  • Use at your own risk—account bans are rare for this but possible.
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 15, 2026 23:32
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 the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@kkrypt0nn
kkrypt0nn / ansi-colors-discord.md
Last active March 11, 2026 01:05
A guide to ANSI on Discord

A guide to ANSI on Discord

Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.

Quick Explanation

To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:

\u001b[{format};{color}m
@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.