1
1
mirror of https://gitlab.com/ceda_ei/Quadnite-Bot synced 2026-05-06 05:40:04 +02:00

Add commands/index.js. Add /insults, /kys, answer commands.

Add shrinkwrap.yaml.
This commit is contained in:
2019-02-12 01:53:32 +05:30
parent 2d7dc0ca02
commit 2b6837adb5
7 changed files with 111 additions and 1 deletions

1
bot.js
View File

@@ -19,3 +19,4 @@ Promise.all(data)
.then(data =>
commands(bot, data));
bot.launch();