-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
engine-strict=true |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |