Skip to content
Snippets Groups Projects
Commit 4e15f5dc authored by heineke.pb's avatar heineke.pb
Browse files

. prefix

parent 1694665f
Branches main
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ intents.message_content = True ...@@ -27,7 +27,7 @@ intents.message_content = True
owners = [417073119254282240, 386254372646158338] 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 #BOTEVENTS
@bot.event @bot.event
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment