mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 04:15:58 +08:00
remove unecessary things
This commit is contained in:
parent
d7b9c82d1d
commit
ac01e4f7b9
@ -2,8 +2,8 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
<title>Kiera | Dashboard</title>
|
||||
<link rel="icon" type="image/ico" href="/dist/img/atlanta.ico" />
|
||||
<title>Tinasha | Dashboard</title>
|
||||
<link rel="icon" type="image/ico" href="/dist/img/tinasha.ico" />
|
||||
|
||||
<!-- CSS JS Fonts Icons-->
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- Logo -->
|
||||
<a href="/" class="logo">
|
||||
<!-- 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 -->
|
||||
<span class="logo-lg"><b>Kiera Control Center</b></span>
|
||||
<span class="logo-lg"><b>Tinasha Control Center</b></span>
|
||||
</a>
|
||||
|
||||
<!-- 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,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "KieraBot",
|
||||
"version": "5.5.1",
|
||||
"name": "TinashaBot",
|
||||
"version": "5.6.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@google/generative-ai": "^0.14.0",
|
||||
|
@ -11,9 +11,7 @@
|
||||
"scripts": {
|
||||
"dev": "nodemon .",
|
||||
"start": "node .",
|
||||
"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 ."
|
||||
"format": "prettier --write src"
|
||||
},
|
||||
"homepage": "https://github.com/MinazukiAmane/Kiera-Bot",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user