Skip to content

Instantly share code, notes, and snippets.

@RealSGII2
Last active June 15, 2020 18:41
Show Gist options
  • Select an option

  • Save RealSGII2/714eaf09df2b914ab46e816c5543067b to your computer and use it in GitHub Desktop.

Select an option

Save RealSGII2/714eaf09df2b914ab46e816c5543067b to your computer and use it in GitHub Desktop.
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