my tiny irc bot in nodejs
Go to file
Sebastian Korotkiewicz 05c6cdd549
remove sqlite3
2022-03-27 05:22:02 +02:00
components add roll command 2022-03-27 05:01:31 +02:00
db save user city 2022-03-26 21:58:59 +01:00
.eslintrc.json switch from sqlite3 to better-sqlite3 2022-03-27 01:59:23 +01:00
.gitignore save user city 2022-03-26 21:58:59 +01:00
README.md besic readme and add run script to package.json 2022-03-27 05:13:56 +02:00
index.js localhost 2022-03-27 05:10:37 +02:00
package.json remove sqlite3 2022-03-27 05:22:02 +02:00
yarn.lock remove sqlite3 2022-03-27 05:22:02 +02:00

README.md

irc_bot

my tiny irc bot in nodejs

install

$ git clone https://tildegit.org/grizzly/irc_bot.git
$ yarn install
$ nano index.js
$ yarn start