1.0.0 • Published 5 years ago

clem-fandango-bot v1.0.0

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

Clem Fandango Bot

ClemBot is the health check for your Discord bot connection, that you never knew you needed. Much like Alexander Graham Bell's pioneering message to Watson, ClemBot will send a message to a random member (read: victim) in your configured Discord channel if the handshake with Discord's API was successful.

npm.io

Installation

To install ClemBot, simply use your preferred node package management library to pull the binary from the npm registry.

With npm:

npm install -g clem-fandango-bot

or, with yarn:

yarn install -g clem-fandango-bot

Setup

To utilize ClemBot with your Discord server, hop in to the Discord Developer Portal and create a new application.

npm.io

Next, generate a secret in the bot tab for your application, and grant your bot (at a minimum) Send Message and Read Message History permissions. Usage of ClemBot will require this bot token. Keep it secret, keep it safe!

npm.io

Usage

$ clembot                                                                               
Token (-t) required to authenticate clembot.
usage: clembot [-t=<token>]
-t     token for authentication
$ clembot -t {token-redacted}  
  ,--,  ,-.    ,---.            ,---.    .---.  _______ 
.' .')  | |    | .-'  |\    /|  | .-.\  / .-. )|__   __|
|  |(_) | |    | `-.  |(\  / |  | |-' \ | | |(_) )| |   
\  \    | |    | .-'  (_)\/  |  | |--. \| | | | (_) |   
 \  `-. | `--. |  `--.| \  / |  | |`-' /\ `-' /   | |   
  \____\|( __.'/( __.'| |\/| |  /( `--'  )---'    `-'   
        (_)   (__)    '-'  '-' (__)     (_)             

You will see logging from ClemBot whenever a member is notified.

[Sun Oct 27 2019 23:30:57 GMT-0500 (Central Daylight Time)] Notifying Clyde in general

Future Development

The bot is fairly simple for now. I intend to allow future customization of the bot with additional flags for specifying notification frequency, which message ot notify, etc. Pull Requests and Issues are welcome if you would like to assist with development!