Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 746 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 746 Bytes

Discord bot shell

A pure web application to control discord bots. See what they see and chat as a bot.

Requirements

Dependencies

Execute the following commands in the project directory.

pub get
pub run build_runner build # This will create some generated dart code

Run development server

webdev serve

Build production

webdev build

Place build ./build files on a webserver and navigate to the page. No other server side scipts like php required.

License

BSD 3