The Discord Bot that would like to challenge you! To do "Factor Polynomials Challenge".
How to play: Here
For whom controls the bot: Here
-
Clone or Download Repo
-
Initialize node package by
npm init
-
Install node_modules by this command
npm install discord.js --save
-
Then, create auth.json with "token"
Note: You will have to create your own bot in Discord Developer
-
You will need to compile Polynomial Problems Generator and put compiled executable in main directory, name it as
polygen
(orpolygen.exe
for Windows) -
Run bot.js and done!
To Implement this bot, here are dependencies.
You can get the source code here
Require Build 90+
Discord (Of course you need this) : npm i discord.js
chalk : npm i chalk
Note: If installation is failed, try again with elevation.
The one who generates problems: Leomotors/Polynomial-Problems-Generator
Many code are reused from this: Leomotors/Salim-Bot