1.1.6 • Published 8 months ago

ewwo v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago
const ewwo = require("ewwo"); // npm i ewwo
ewwo.init(); // Initialization

ewwo.hw(); // Hello, World! Command.

ewwo.init(); - Initalization ewwo.hiward(); - Hello, World! Command.

// We hawe a new version of hookpost, ewwo.hookpost();
ewwo.oldhookpost(
  "https://discord.com/api/webhooks/link/to/webhook",
  "Text To Send"
);
ewwo.hookpost("WebHook URL", {
  title: 'Hello World!',  // Send a Embed message.
  description: 'test'
})

ewwo.hookpost('WebHook URL', {
  text: 'This is a regular text message.' // Send a standart message
});
ewwo.print("Your Text", "Color") or ewwo.print("Your Text")

Color list:

  • Black
  • Red
  • Green
  • Yellow
  • Blue
  • Magenta
  • Cyan
  • White

This package is in development!

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago