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)