diff --git a/dashboard/views/includes/head.ejs b/dashboard/views/includes/head.ejs
index 13e6146..ab7dc9d 100644
--- a/dashboard/views/includes/head.ejs
+++ b/dashboard/views/includes/head.ejs
@@ -2,8 +2,8 @@
-
Kiera | Dashboard
-
+ Tinasha | Dashboard
+
diff --git a/dashboard/views/includes/header.ejs b/dashboard/views/includes/header.ejs
index 921b1a6..bb912bb 100644
--- a/dashboard/views/includes/header.ejs
+++ b/dashboard/views/includes/header.ejs
@@ -2,9 +2,9 @@
- Kiera
+ Tinasha
- Kiera Control Center
+ Tinasha Control Center
diff --git a/package-lock.json b/package-lock.json
index 180e43d..ee15d4f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index 70a3a38..aa5a6f5 100644
--- a/package.json
+++ b/package.json
@@ -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": {