Vladutzu27 / Blackjack

A Fun Game To Install In Your Bot!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack

Update Log

Version: 0.0.0
Published - 8/1/2022

Description

This Is A Open Source BlackJack Script For Discord Bots Made In Autocode

Want to play Blackjack game? Just install this to your bot

Setup

For this to work, You need have a google spreadsheet as your database to store input data.
Should have the following headers:

  • User (All Discord Epochs stored)
  • Money (All Digital Assets stored)

Commands

  • functions/Commands/BlackJack.js
  • functions/Commands/Hit.js
  • functions/Commands/Stand.js
  • functions/Commands/Double.js
  • functions/Commands/Fold.js
All Command files should be under dev/functions folder

Assets

  • Assets/Logic.js
  • Assets/Buttons.js
  • Assets/Cards.js
  • Assets/Math.js

If you know how to import files using require() then this should not be a problem for you. All you need to do is to place these files in the correct path

Once you've manage to make it work, please don't forget to enjoy!

Contact Me

Still not working? Don't know what to do?

  • You can DM me on Discord: Lucky Guy#7611


Any feedbacks will be appreciated :D

About

A Fun Game To Install In Your Bot!

License:MIT License


Languages

Language:JavaScript 100.0%