RynZen DoczRynZen Docz
🏠 Home
📚 Guide
💬 Discord
Source
🏠 Home
📚 Guide
💬 Discord
Source
  • 🚀 Getting Started

    • 🚀 Getting Started with RynZen
  • ⚔️ Raiding Commands

    • /r4id - Main Raid Command
    • /interaction-r4id - Interaction Raid Command
    • /auto-r4id - Automated Raid Panel
    • /poll - Poll Raid Command
    • /custom-r4id - Custom Message Raid
    • /cust-interaction-r4id - Custom Interaction Raid
    • /permcheck - Server Raidability Check
    • /r4id-bait - Bait Panel Command
  • 🛠️ Utility & OSINT

    • /iplookup - IP Address Lookup
    • /ip - User Security Information
    • /1p-gr4bb3r - Grabber Management
    • /webcamxp - Live Webcam Viewer
    • /user-lookup - Discord User Information
    • /steal-gif - GIF Converter
  • 🎉 Fun & Trolling

    • /femboyify - Femboy Transformation
    • /rep - Rape Command
    • /good - Goodboy/Goodgirl Command
    • /blame - Blame Users for Raids
    • /fakeban - Fake Ban Command
    • /ascii - ASCII Art Generator
    • /rickroll - Rickroll Command
    • /femboy-thighs - Femboy Thighs Command
    • /ad - Advertisement Command
  • 💬 Messaging

    • /say - Anonymous Message Sender
    • /embed-say - Custom Embed Message Sender
    • /say-embed - Alternative Embed Sender
    • /quick-say - Quick Message Sender
    • /dm - Anonymous Direct Message
    • /ghostping - Ghost Ping Command
  • 🛡️ Administration

    • /admin-tools - Admin Control Panel
    • /blacklist - User Blacklist Management
    • /token - RynZen Token Management
    • /leaderboard - Raid Leaderboard
    • /manage-presets - Message Preset Manager

/ascii - ASCII Art Generator

The /ascii command generates ASCII art from text using the figlet library.

Command Usage

/ascii <text> [style] [anonymous]

Options

OptionTypeRequiredDescription
textStringYesThe text to convert to ASCII art
styleStringNoFont style to use (autocomplete available)
anonymousBooleanNoSend result only visible to you

Available Font Styles

The command supports dozens of figlet fonts. Popular options include:

FontDescription
StandardDefault classic ASCII font
BigLarge, bold letters
SmallCompact text
GhostSpooky, distorted style
SlantItalicized slanted text
BubbleBubble letter style
DigitalDigital/LED display look
IvritHebrew-style font
MirrorMirrored text effect

Response Format

Public Response

[ASCII Art Display]

---
[mobile copy button]

Anonymous Response

Sent as ephemeral (only visible to you).

ASCII Art Example

# Input: "Hello"
# Style: Standard

 _          _   _             
| |    __ _ | |_(_) ___  _ __  
| |   / _` || __| |/ _ \| '_ \ 
| |__| (_| || |_| | (_) | | | |
|_____\__,_| \__|_|\___/|_| |_|

Step-by-Step Guide

1. Basic ASCII Art

/ascii text:Hello World

2. With Custom Font

/ascii text:Cool style:Big

3. Private Result

/ascii text:Secret anonymous:true

Font Autocomplete

When typing the style option:

  • Discord shows autocomplete suggestions
  • Type partial name to filter
  • Shows all available fonts

Mobile Copy Feature

Copy Button

  • Click "mobile copy" button
  • Sends full ASCII art in ephemeral message
  • Easy to copy on mobile devices
  • Preserves formatting

Why It's Needed

  • ASCII art can be hard to select on mobile
  • Copy button provides clean text
  • Preserves exact formatting

Character Limitations

Maximum Length

  • Display: ~3800 characters
  • Full art sent via copy button
  • Long text truncated with "..."

Best Practices

  • Keep text under 20 characters
  • Shorter = better quality
  • Some fonts handle long text poorly

Available Fonts List

The command dynamically loads fonts from the figlet library:

Standard, Big, Small, Ghost, Slant,
Bubble, Digital, Ivrit, Mirror,
Block, Graffiti, Computer, Shadow,
... and many more

Use Cases

Decorative Text

  • Server announcements
  • Special messages
  • Eye-catching headers

Signatures

  • Forum signatures
  • Profile decorations
  • Code comments

Art Projects

  • ASCII portraits
  • Text-based designs
  • Creative expressions

Pranks

  • Creepy ghost text
  • Unreadable messages
  • Confusing friends

Technical Details

Figlet Library

  • Uses figlet npm package
  • Supports FLF font files
  • Kerning and smushing rules

Font Directory

node_modules/figlet/fonts/
├── Standard.flf
├── Big.flf
├── Ghost.flf
└── ...

Rendering Process

  1. Text input received
  2. Font selected (or default)
  3. Figlet generates ASCII
  4. Formatted for Discord
  5. Sent with copy button

Troubleshooting

"that font style doesnt exist"

  • Font name typo
  • Font not installed
  • Use autocomplete to verify

"failed to generate ascii art"

  • Text too long
  • Invalid characters
  • Server error

Garbled Output

  • Font doesn't support characters
  • Special characters not rendered
  • Try different font

Example Usage

Simple Text

/ascii text:RYNZEN
→ Large RYNZEN ASCII art

Styled Text

/ascii text:Spooky style:Ghost
→ Ghostly styled text

Long Message

/ascii text:This is a very long message... anonymous:true
→ Truncated display, full copy available

Related Commands

  • /say - Send anonymous messages
  • /embed-say - Custom embed messages
  • /quick-say - Quick message sender
Prev
/fakeban - Fake Ban Command
Next
/rickroll - Rickroll Command