From ab4e01841d73f5fe168b6412c6830d736111b432 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Tue, 10 Jan 2023 17:30:27 -0500 Subject: [PATCH] update readme, update activity --- README.md | 2 +- gpt3discord.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81bc9c08..72c7b9a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PyPi version](https://badgen.net/pypi/v/gpt3discord/)](https://pypi.com/project/gpt3discord) [![Latest release](https://badgen.net/github/release/Kav-K/GPT3Discord)](https://github.com/Kav-K/GPT3Discord/releases) -[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Kav-K/GPT3Discord/graphs/commit-activity) [![GitHub license](https://img.shields.io/github/license/Kav-K/GPT3Discord)](https://github.com/Kav-K/GPT3Discord/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) diff --git a/gpt3discord.py b/gpt3discord.py index 03fd33c0..6331626a 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -64,7 +64,7 @@ Settings for the bot """ activity = discord.Activity( - type=discord.ActivityType.watching, name="for /help /g, and more!" + type=discord.ActivityType.watching, name="for /help /gpt, and more!" ) bot = discord.Bot(intents=discord.Intents.all(), command_prefix="!", activity=activity) usage_service = UsageService(Path(os.environ.get("DATA_DIR", os.getcwd())))