Skip to content

Instantly share code, notes, and snippets.

View h-lunah's full-sized avatar
📜
https://lunah.is-a.dev

- 𝘭 𝘶 𝘯 𝘢 𝘩 - h-lunah

📜
https://lunah.is-a.dev
View GitHub Profile
@h-lunah
h-lunah / rtfm.py
Last active April 4, 2024 09:52 — forked from AnotherTwinkle/rtfm.py
"""This extension implents a rtfm support with discord.py"""
import discord
from discord.ext import commands
import inspect
import re
import zlib
import io
import os
from operator import attrgetter