Skip to content

Commit

Permalink
Beta time!
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnterprise committed Apr 20, 2019
1 parent 52ac314 commit 3abb170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildCraft/uploader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion GearBot/Cogs/Admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down

0 comments on commit 3abb170

Please sign in to comment.