Skip to content

Instantly share code, notes, and snippets.

View HQGamerimkarton's full-sized avatar
🐴

Marvin HQGamerimkarton

🐴
View GitHub Profile
@HQGamerimkarton
HQGamerimkarton / token.txt
Created May 22, 2026 12:14
Discord token invalidation
OTQ3NDQ3OTkxMzc0MDUzNDE3.GdS2Bb.uv80-Fx3eEdXv0zXPDdrZYrtrl07eQfBtY98j8
@HQGamerimkarton
HQGamerimkarton / token.txt
Created May 22, 2026 12:12
Discord token invalidation
OTQ3NDQ3OTkxMzc0MDUzNDE3.GVsEC8.jHsRDlqPWs-nkOjQl5tbGkaJ1WuJAXjQoabtxU
@HQGamerimkarton
HQGamerimkarton / bot_example.py
Created December 5, 2023 18:07 — forked from EvieePy/bot_example.py
A Cogs Example for the rewrite version of - discord.py
import discord
from discord.ext import commands
import sys, traceback
"""This is a multi file example showcasing many features of the command extension and the use of cogs.
These are examples only and are not intended to be used as a fully functioning bot. Rather they should give you a basic
understanding and platform for creating your own bot.
These examples make use of Python 3.6.2 and the rewrite version on the lib.