Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
feat: rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 13, 2024
1 parent 878b47b commit ce8c068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<img src="https://i.kagchi.my.id/nezuko.png" alt="Logo" width="200px" height="200px" style="border-radius:50%"/>

# @nezuchan/nezu-gateway
# @nezuchan/kanao

**A standalone service for connecting to the Discord gateway.**

[![GitHub](https://img.shields.io/github/license/nezuchan/nezu-gateway)](https://github.com/nezuchan/nezu-gateway/blob/main/LICENSE)
[![GitHub](https://img.shields.io/github/license/nezuchan/kanao)](https://github.com/nezuchan/kanao/blob/main/LICENSE)
[![Discord](https://discordapp.com/api/guilds/785715968608567297/embed.png)](https://nezu.my.id)

</div>
Expand All @@ -15,7 +15,7 @@
- NodeJS 16+

# Features
- Zero downtime deployments, You will almost never need to restart the gateway service, allowing absolute 100% uptime for your bot. Even when a restart is required, nezu-gateway will resume the sessions, so you will not lose a single event.
- Zero downtime deployments, You will almost never need to restart the gateway service, allowing absolute 100% uptime for your bot. Even when a restart is required, kanao will resume the sessions, so you will not lose a single event.
- Big Bot Sharding support
- Docker replica

Expand All @@ -26,14 +26,14 @@ To deploy replica the container must connected to docker sock in order know whic
version: '3.8'

services:
nezu-gateway:
kanao:
deploy:
resources:
limits:
memory: "256M"
replicas: ${GATEWAY_REPLICA_COUNT:-3}
restart: always
image: 'ghcr.io/nezuchan/nezu-gateway:latest'
image: 'ghcr.io/nezuchan/kanao:latest'
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nezuchan/nezu-gateway",
"name": "@nezuchan/kanao",
"version": "4.0.0",
"description": "A standalone service for connecting to the Discord gateway.",
"license": "GPL-3.0",
Expand Down

0 comments on commit ce8c068

Please sign in to comment.