Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atiep/askbot
A Discord Bot to ask questions
https://github.com/atiep/askbot
Last synced: about 2 months ago
JSON representation
A Discord Bot to ask questions
- Host: GitHub
- URL: https://github.com/atiep/askbot
- Owner: AtieP
- License: mit
- Created: 2020-03-13T14:49:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T04:06:39.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T15:13:08.305Z (almost 2 years ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AskBot
A Discord Bot to ask questions# How can I activate the bot?
1. Download it
2. Run in the root folder using a terminal "npm install discord.js" (you will need npm)
3. Go to `config.json` and insert the token in "token": " " <- here
- To get the token you need a Discord Account, then head to https://discordapp.com/developers/applications/me, then create an application, and create a bot inside the application. Finally, copy and paste the token. **Remember that you musn't reveal the token because other people can modify your bot.**
4. Put in the terminal "node index.js"
5. Enjoy! Default prefix is `a!`# How to use it inside Discord
1. Create a channel called #questions-queue
2. Use to post a question `a!ask | title | description`