Skip to content

avrittrohwer/Helpful-Steve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helpful-Steve

A discord bot that enables commands specified in yaml.

Specifying commands

Commands should be specified in commands.yml in the same directory as index.js.

Here is an example:

%YAML 1.2
---
Commands:
  help: Here is a help message.
  command1: This is command one.
  multiLineComment: |
    This will appear
    as it looks

Typing !help in discord would trigger Helpful-Steve to respond with Here is a help message.

About

A discord bot that enables commands specified in yaml.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published