*Italique*
**Gras**
__Souligner__
~~Rayer~~
Lien sans vignette/thumbnail :
<lien>
Texte cliquable :
[Texte](lien)
||spoiler||
> citation >>> citation sur plusieurs lignes
- liste - sous liste ou * liste * sous liste
# Titre 1 ## Titre 2 ### Titre 3
<t:TIMESTAMP:FLAG>
Available flags :
Pour convertir une date/heure en Timestamp : https://www.epochconverter.com
`code` ``` code sur plusieurs lignes ``` ```sql SELECT * FROM nomtable; ```
asciidoc, autohotkey, bash, coffeescript, cpp, cs, css, diff, fix, glsl, ini, json, md, ml, prolog, py, sql, tex, xl, xml.
Sources :
Procédure pour créer un bot Discord avec DiscordJS.
discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
cd C:\Users\Mithiriath\data\code\discord\bot npm init npn install discord.js code .