Skip to content
View philipp08888's full-sized avatar

Highlights

  • Pro

Block or report philipp08888

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

Pinned Loading

  1. JDA - EmbedBuilder JDA - EmbedBuilder
    1
    ## JDA - EmbedBuilder
    2
    
                  
    3
    EmbedBuilder embedBuilder = new EmbedBuilder(); // Wir erstellen erstmal unseren EmbedBuilder
    4
    embedBuilder.setTitle("Hallo ich bin ein Titel!"); // Hier können wir unseren Title vom Embed setzen!
    5
    embedBuilder.setAuthor("Autor", null, "Autor-Link")// Hier können wir unseren Author setzen und das dazugehörige kleine Bild!
  2. Discord Markdown 1x1 Discord Markdown 1x1
    1
    # Discord Markdowns 1x1
    2
    
                  
    3
    **Hello!** This is a litte gist for the discord markdowns. 
    4
    
                  
    5
    ## Text Formatting