First start on real bot

This commit is contained in:
Ryan Voots 2020-08-22 13:57:52 -07:00
commit 8aab919769
2 changed files with 9 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
A bridge for putting perlbot on discord

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
name: perlbot-discord-bridge,
version: 1.0.0,
description: Perlbot discord bridge,
main: bot.js,
author: Ryan Voots,
dependencies: {}
}