From 3abb17016f8e113c31dcc645e41e323c33be5d41 Mon Sep 17 00:00:00 2001 From: AEnterprise Date: Sat, 20 Apr 2019 15:01:53 +0200 Subject: [PATCH] Beta time! --- BuildCraft/uploader/build.gradle | 2 +- GearBot/Cogs/Admin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildCraft/uploader/build.gradle b/BuildCraft/uploader/build.gradle index 19b74e97..cc2ed85f 100644 --- a/BuildCraft/uploader/build.gradle +++ b/BuildCraft/uploader/build.gradle @@ -39,7 +39,7 @@ plugins { // Change this version to match the real version // Only works for 7.99.20 and later. ext.bc_version=project.getProperty("new_version") -ext.bc_state='alpha' +ext.bc_state='beta' ext.mc_version='1.12.2' ext.javaVersion = 'Java 8' diff --git a/GearBot/Cogs/Admin.py b/GearBot/Cogs/Admin.py index e3af3299..51d97c09 100644 --- a/GearBot/Cogs/Admin.py +++ b/GearBot/Cogs/Admin.py @@ -156,7 +156,7 @@ async def blacklist(self, ctx, guild: Guild): blocked.append(guild.id) Configuration.set_persistent_var("blacklist", blocked) await guild.leave() - await MessageUtils.send_to(ctx, "YES", f"{Utils.escape_markdown(guild.name)} (``{guild.id}``) has been added to the blacklist") + await MessageUtils.send_to(ctx, "YES", f"{Utils.escape_markdown(guild.name)} (``{guild.id}``) has been added to the blacklist", translate=False)