Last active
June 15, 2020 18:41
-
-
Save RealSGII2/714eaf09df2b914ab46e816c5543067b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| client.on("message", async message => { | |
| if (message.content === prefix + "ping") { | |
| const m = await message.channel.send("Connexion...") | |
| await m.edit(`Type: Etablie ! Votre ping est de ${Math.round(client.ping)}ms`) | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment