Skip to content
Valen. H edited this page Jun 5, 2019 · 6 revisions

Vale3

Third rewrite of the modular bot framework for Discord 'Vale'
This version adds portability and allows the creation of more complex botnets while using the brand new adm-panel2 module.

Commands

Utility

  • 8ball[ query<String>] - Ask the magic ball a question.
  • avatar[ resolvable<String>] - Fetch an avatar.
  • cat|neko - Fetch a random cat emoji (nekos.life).
  • chat[ message<String>] - Speak with the bot (nekos.life).
  • color[ resolvable<String>] - Get a random or custom color.
  • define word<String> - Fetch the definition of a word.
  • help resolvable<String> - Get help info about command(s).
  • pings - Fetch Discord heartbeat(s).
  • yomomma - Fetch a cringy joke -_- .
  • urban word<String> - Fetch a valid definition of a word.
  • emojify sentence<String> - Emojify your words with regional indicators!
  • fact - Learn an interesting fact.
  • image class<String> - Fetch a NSFW image 0_0" .
  • why - Just... Why?...
  • owo text<String> - Make youw text cute ^w^ .

Admin

  • help resolvable<String> - Get help info about command(s), including admin-only ones.

Owner

  • eval code<String> - Evaluate a JavaScript expression.
  • help resolvable<String> - Get help info about command(s), including owner-only ones.

Other features

  • You can setup a webhook to track bot status (online/offline).
  • You can load a custom data config besides the common config.

External APIs

This module depends on:

  • chalk - optional
  • adm-panel2
  • chillout
  • discord.js
  • fs-extra
  • typescript
  • strip-ansi - optional
  • wordnet - optional
Clone this wiki locally