Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulrahman1s/akinator-bot
🧞 Akinator game in Discord!
https://github.com/abdulrahman1s/akinator-bot
akinator bot discord discord-bot discord-js discordbot javascript nodejs
Last synced: about 2 months ago
JSON representation
🧞 Akinator game in Discord!
- Host: GitHub
- URL: https://github.com/abdulrahman1s/akinator-bot
- Owner: abdulrahman1s
- License: mit
- Created: 2020-08-25T21:13:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T23:56:39.000Z (11 months ago)
- Last Synced: 2024-10-11T20:58:35.936Z (3 months ago)
- Topics: akinator, bot, discord, discord-bot, discord-js, discordbot, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 49
- Watchers: 1
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🧞 Akinator Bot
**Akinator** Game but in Discord!
![screenshot](https://i.ibb.co/q7bHS7k/image.png)
More then 10+ language supported
![screenshot](https://i.ibb.co/hYWWnkc/image.png)
### 📌 Requirements
- Discord bot token ([**Guide**](https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot))
- Node.js v16.9.0 or newer
- Git (Optional)### 🚀 Easy deploy
[![Run on Repl.it](https://replit.com/badge/github/abdulrahman1s/Akinator-Bot)](https://repl.it/github/abdulrahman1s/Akinator-Bot)
### 🛠️ Setup
1. Clone the repo (or Download the [zip](https://github.com/abdulrahman1s/Akinator-Bot/archive/refs/heads/master.zip) file instead)
```bash
$ git clone https://github.com/abdulrahman1s/Akinator-Bot.git
$ cd Akinator-Bot
```2. Create a file named [`.env`](.env.example) and put the following in:
```
DISCORD_TOKEN=your-discord-token-here
```3. Install the required packages and run
```bash
$ npm install
$ npm start
```#### ✍️ License
Refer to the [LICENSE](LICENSE) file.