Chat Game Bot
A Multi-Language Supported Bot that Includes Word Games, Boom Games and Counting Games via Chat Made for the Discord Platform.
- Clone this repo:
git clone https://github.com/Bes-js/Chat-Game-Bot
- Fill in the required values in the
src/config/settings.ts
file. - Run
npm install -D typescript
- Run
npm install -D ts-node
- Run
npm install
in the root folder - Run
npm run start
in the root folder or Runstart.bat
- Your bot is now ready for use.
And you should be good to go! Feel free to fork and submit pull requests. Thanks!
Variable | Description | Type |
---|---|---|
discordBotToken |
You can get your bot token from @Discord Developer Portal on Internet. | String |
systemLanguage |
Allows to Set the System Language, Currently Supported Languages; English, Turkish, Spanish And French. Specify as Country Codes, For example; en, tr, es, fr |
String |
Fill in the src/config/settings.ts
file.
Languages Supported in Word Game; Currently, only English and Turkish are supported, other languages will be supported in the future.
Apache License 2.0 - Click to Get Information About the License!