calculator
This is an example of calculator
With Customization
const simplydjs = require("simply-djs");
messageCreate
Event (calculator command)
// messageCreate Event
simplydjs.calculator(message, {
embedColor: "hex code"
});
TIP
Slash Support
The package supports Auto Slash Recognition !
So no more slash options.
Slash command format
{
name: 'calculator',
description: 'Just a casual calculator. Using simply-djs'
}
Output
Options for calculator function
Options | Type | Required | Default | Description |
---|---|---|---|---|
slash | Boolean | โ | false | Slash Support for the Calculator (need to be in a slash command) |