Skip to content

skidqs/userapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Config Discord User App

A lightweight, modular, and user-installable Discord application framework.
Built for creating user-level commands, linking systems, and personal integrations that go beyond traditional bots.


Overview

discord-userapp enables developers to build user-installed Discord applications that operate seamlessly across both user and guild contexts.
It emphasizes clean structure, security, and extensibility — ideal for personalized or account-based Discord interactions.


Features

  • Supports user and guild installations
  • Modular slash command handling
  • Secure Discord signature verification
  • Simple setup using environment variables
  • Lightweight with minimal dependencies
  • Easily extendable for new commands and features

Commands

All commands can be used in groups, servers, and direct messages.
Command prefix /

  • add — Generates an authorization link for the bot
  • raid — Sends multiple embedded messages in quick succession
  • raid2 — Sends large spam messages using symbol-based text
  • say — Sends an anonymous message through the bot
  • spam — Repeatedly sends anonymous messages through the bot
  • dm — Sends anonymous direct messages through the bot
  • image2gif — Converts an image into a GIF
  • roblox-lookup — Retrieves public information about a Roblox user
  • phone-lookup — Fetches information related to a phone number
  • xbox-lookup — Retrieves public information about an Xbox account
  • fan-sign — Creates a custom fan sign image with provided text

Requirements

  • Node.js 16+
  • npm or yarn
  • A Discord Developer Application
  • (Optional) .env file for configuration

About

modular user-installable Discord app

Topics

Resources

License

Stars

Watchers

Forks