Skip to content

Commit

Permalink
📝 Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BearTS committed Apr 4, 2022
1 parent 363307d commit e244b45
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
File renamed without changes.
45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,43 @@
# Tamako
The repository for the source code of the multipurpose and feature rich discord bot Tamako

## License
<br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a> along with Common Clause

Read the full license <a href="https://github.com/BearTS/Tamako/blob/main/LICENSE.md">here</a>

---

<h1 align="center"> <img src='https://raw.githubusercontent.com/Tamako-Tech/Tamako-Docs/main/static/img/logo.png' height='50'>Tamako</h1>

<p align="center"> A Multipurpose Feature Rich Discord Bot </p>

<p align="center">
<a href="http://forthebadge.com/">
<img src="http://forthebadge.com/images/badges/built-with-love.svg"/>
</a>
</p>

<p align="center">
<a href="https://github.com/BearTS/Tamako">
<img src="https://img.shields.io/github/package-json/v/BearTS/tamako/main?color=pink&label=Current%20Version" alt="App Version" />
</a>
<a href="https://nodejs.org/dist/latest-v16.x/">
<img src="https://img.shields.io/static/v1?label=node&message=>=16.0.0&color=success&logo=Node.js&logoColor=white" alt="Node Requirements">
</a>
<!-- <a href="https://github.com/BearTS/Tamako">
<img src="https://img.shields.io/github/workflow/status/BearTS/Tamako/Docker%20Image" alt="build">
</a> -->
<a href="https://discord.gg/dDnmY56">
<img src="https://img.shields.io/discord/744871453060759682?color=%237289DA&label=Support&logo=discord&logoColor=white" alt="Online">
</a>
</p>
<p align="center">

</p>

---

Check the docs at <a href="https://tamako.tech/">Tamako Tech</a>

Tamako is now open source and this is a rewrite of Code of Tamako and This repository will NOT INCLUDE all the features
that are present in Tamako Bot.

30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "tamako",
"version": "3.0.0",
"description": "A multipurpose feature rich discord bot",
"main": "index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BearTS/Tamako.git"
},
"keywords": [
"discord",
"discord-bot",
"discord-js-v13",
"tamako-bot",
"tamako"
],
"author": "BearTS",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/BearTS/Tamako/issues"
},
"homepage": "https://github.com/BearTS/Tamako#readme"
}

0 comments on commit e244b45

Please sign in to comment.