From 4e15f5dcb02e2acedb76aa163a00b6a97a5fbfea Mon Sep 17 00:00:00 2001
From: "heineke.pb@edu.rptu.de" <heineke.pb@edu.rptu.de>
Date: Fri, 23 Feb 2024 16:24:56 +0100
Subject: [PATCH] . prefix

---
 bot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bot.py b/bot.py
index bf9306e..4069d82 100644
--- a/bot.py
+++ b/bot.py
@@ -27,7 +27,7 @@ intents.message_content = True
 
 owners = [417073119254282240, 386254372646158338]
 
-bot = commands.Bot(command_prefix = ["-"], owner_ids = set(owners), intents=intents, help_command=None)
+bot = commands.Bot(command_prefix = ["."], owner_ids = set(owners), intents=intents, help_command=None)
 
 #BOTEVENTS
 @bot.event
-- 
GitLab