Skip to content
View EricPanDev's full-sized avatar
🎯
pluh
🎯
pluh
Block or Report

Block or report EricPanDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EricPanDev/readme.md

Pinned

  1. DiscordArchiveViewer DiscordArchiveViewer Public

    Discord Message Archive viewer, styled like Discord

    HTML 1

  2. FreeDiscordThemes FreeDiscordThemes Public

    Javascript for discord that allows you to have nitro themes without nitro

    JavaScript

  3. Moderation Moderation Public

    Moderation Model & API trained on OpenAI's Moderation datasets

    Python 2

  4. christy christy Public

    Forked from JayyDoesDev/christy

    Christy is a Christmas themed Discord Bot made for the offical No Text To Speech Discord server.

    TypeScript

  5. Fetches tenor media urls given a gif... Fetches tenor media urls given a gif id since the endpoint to do it through the API doesnt exist. (or I cant find it LOL)
    1
    from flask import Flask, jsonify, redirect
    2
    from datetime import datetime, timedelta
    3
    
                  
    4
    import requests
    5