mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-16 05:45:57 +08:00
remove unecessary things
This commit is contained in:
parent
d7b9c82d1d
commit
ac01e4f7b9
@ -2,8 +2,8 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
<title>Kiera | Dashboard</title>
|
<title>Tinasha | Dashboard</title>
|
||||||
<link rel="icon" type="image/ico" href="/dist/img/atlanta.ico" />
|
<link rel="icon" type="image/ico" href="/dist/img/tinasha.ico" />
|
||||||
|
|
||||||
<!-- CSS JS Fonts Icons-->
|
<!-- CSS JS Fonts Icons-->
|
||||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<a href="/" class="logo">
|
<a href="/" class="logo">
|
||||||
<!-- mini logo for sidebar mini 50x50 pixels -->
|
<!-- mini logo for sidebar mini 50x50 pixels -->
|
||||||
<span class="logo-mini"><b>Kiera</b></span>
|
<span class="logo-mini"><b>Tinasha</b></span>
|
||||||
<!-- logo for regular state and mobile devices -->
|
<!-- logo for regular state and mobile devices -->
|
||||||
<span class="logo-lg"><b>Kiera Control Center</b></span>
|
<span class="logo-lg"><b>Tinasha Control Center</b></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Header Navbar: style can be found in header.less -->
|
<!-- Header Navbar: style can be found in header.less -->
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -5,8 +5,8 @@
|
|||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "KieraBot",
|
"name": "TinashaBot",
|
||||||
"version": "5.5.1",
|
"version": "5.6.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google/generative-ai": "^0.14.0",
|
"@google/generative-ai": "^0.14.0",
|
||||||
|
@ -11,9 +11,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon .",
|
"dev": "nodemon .",
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
"format": "prettier --write src",
|
"format": "prettier --write src"
|
||||||
"docker:package": "tar -cf discord-js-bot.tar dashboard logs src bot.js config.js dockerfile package.json package-lock.json",
|
|
||||||
"docker:build": "docker build -t saitejamadha/discord-js-bot:5.5.0 ."
|
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/MinazukiAmane/Kiera-Bot",
|
"homepage": "https://github.com/MinazukiAmane/Kiera-Bot",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user