Skip to content

Commit

Permalink
Updated Shit for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Sep 6, 2020
1 parent 7492074 commit d1ab6e9
Show file tree
Hide file tree
Showing 22 changed files with 295 additions and 893 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const path = require('path');
const util = require('util');

const trovojs = require('trovo.js');
const BottomBar = require('inquirer/lib/ui/bottom-bar');

var DEV = false;

Expand Down Expand Up @@ -117,7 +116,7 @@ client.on('chatMessage', (message) => {
client.sendMessage(Bot.translate("bot.contact_creator"));
}
}).catch((e) => {
console.log(e);
Bot.log(e);
if (e) {
client.sendMessage(Bot.translate("bot.process_error", {
err: e
Expand Down
279 changes: 270 additions & 9 deletions modules/Bot.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions plugins/casino/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions plugins/casino/cFunctions.js

This file was deleted.

30 changes: 0 additions & 30 deletions plugins/casino/casino.js

This file was deleted.

3 changes: 0 additions & 3 deletions plugins/casino/casino.json

This file was deleted.

11 changes: 0 additions & 11 deletions plugins/casino/plugins/blackjack/README.md

This file was deleted.

244 changes: 0 additions & 244 deletions plugins/casino/plugins/blackjack/blackjack.js

This file was deleted.

3 changes: 0 additions & 3 deletions plugins/casino/plugins/blackjack/blackjack.json

This file was deleted.

7 changes: 0 additions & 7 deletions plugins/casino/plugins/dice/README.md

This file was deleted.

Loading

0 comments on commit d1ab6e9

Please sign in to comment.