@autobot/module-ping

autobot module that returns the ping time and uptime.

Usage no npm install needed!

<script type="module">
  import autobotModulePing from 'https://cdn.skypack.dev/@autobot/module-ping';
</script>

README

ping command

Returns the current up time and ping time from the discord server.

Installation

Install the node module in your bot project root directory: (if you don't have a bot yet see https://autobots.rocks)

npm install @autobot/module-ping

Add the prefix to your .env file:

PING_PREFIX=!ping

Commands

Command Description
!ping Returns ping time and uptime of the bot.

See More