From 4708db8c09a707bbb0741625a40fa5655a9c2dbf Mon Sep 17 00:00:00 2001 From: ohAlee Date: Tue, 3 Jan 2023 18:01:15 +0100 Subject: [PATCH] Added reply name --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 05e28fa..3297cb3 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -9,7 +9,7 @@ command: use-default-chat: false format: - "&b%player%: &7%message%" - - "&bAI: &a%message%" + - "&bAI -> %player%: &a%message%" # https://beta.openai.com/account/api-keys API_KEY: "" \ No newline at end of file