1.0.1 • Published 3 years ago

edemarzpackage v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

#Edemarz Package

This package is made for building Discord Bot to make your life easier!

Table Of Contents: sum | Sum an amount! HelloWorld | The classic famous HelloWorld! rickroll | Rickroll yourself error | Checks if your bot has an error!

Sum Example:

message.channel.send(sum(10 + 10));

error Example:

type in error in your client.on('ready')

client.on('ready', () => { error });