Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knokbak/tutorials
A template Discord bot with code from my YouTube tutorials.
https://github.com/knokbak/tutorials
discord discord-bot discord-js discord-js-bot discord-js-example discord-js-v12
Last synced: 6 days ago
JSON representation
A template Discord bot with code from my YouTube tutorials.
- Host: GitHub
- URL: https://github.com/knokbak/tutorials
- Owner: knokbak
- License: unlicense
- Created: 2020-05-17T04:06:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T10:56:06.000Z (over 4 years ago)
- Last Synced: 2025-02-02T05:24:40.680Z (19 days ago)
- Topics: discord, discord-bot, discord-js, discord-js-bot, discord-js-example, discord-js-v12
- Language: JavaScript
- Homepage: https://youtube.com/channel/UC4VkJTVWW7mZ32yxsZOJupg
- Size: 18.6 KB
- Stars: 10
- Watchers: 2
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aunto Development
## What is this?
This is code created, and put into the public domain to help people with their projects and learn. You can find tutorials on [my YouTube channel](https://youtube.com/channel/UC4VkJTVWW7mZ32yxsZOJupg) that this code was made for.## What can I do with this code?
You can distribute it as much as you like, this code has been voluntarily put into public domain (more information [here](https://github.com/sysollie/tutorials/blob/master/LICENSE)).## What do I need to run this code?
### Node.JS
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
[Website](https://nodejs.org)### Discord.JS
A powerful library for interacting with the Discord API.
[NPM](https://npmjs.com/package/discord.js)
[Website](https://discord.js.org)### MS
Use this package to easily convert various time formats to milliseconds.
[NPM](https://npmjs.com/package/ms)## Getting started
To get install all needed packages, use `npm installall`. You **must** put a Discord **bot** token in `config.json`. Once you've done that, you can use `npm start` to start the bot.> Do not put a user account token in `config.json`. [Selfbotting is against Discord's Terms Of Services and you risk account termination](https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots) by using one.