Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 278 Bytes

usdcommandscount.md

File metadata and controls

17 lines (12 loc) · 278 Bytes
description
Returns the amount of commands that you have for your bot

$commandsCount

This function returns how many commands the bot has

Usage

bot.command({
name: "command-count",
code: `This bot currently has $commandsCount commands!`
})