1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 00:47:44 +00:00

Use minearchy.com

This commit is contained in:
RGBCube 2022-12-30 21:08:05 +03:00
parent 8a5c8a16a2
commit 87b6dd1c21
2 changed files with 8 additions and 8 deletions

View file

@ -31,15 +31,15 @@ class MinearchyBot(CommandsBot):
self.webhook_url = webhook_url
self.server = GeyserServer(
java_ip="play.landsofminearchy.com",
bedrock_ip="bedrock.landsofminearchy.com",
java_ip="play.minearchy.com",
bedrock_ip="bedrock.minearchy.com",
)
super().__init__(
command_prefix=when_mentioned_or("="),
strip_after_prefix=True,
case_insensitive=True,
status=Game("on play.landsofminearchy.com"),
status=Game("on play.minearchy.com"),
owner_ids={512640455834337290, 160087716757897216},
allowed_mentions=AllowedMentions.none(),
max_messages=100,