diff --git a/config/formats.js b/config/formats.js
index c06188c9eb..83a47775ca 100644
--- a/config/formats.js
+++ b/config/formats.js
@@ -67,10 +67,6 @@ let Formats = [
mod: 'gen7',
ruleset: ['[Gen 7] OU'],
banlist: ['OU', 'UUBL', 'Drizzle', 'Drought', 'Kommonium Z', 'Mewnium Z'],
- unbanlist: ['Bisharp'],
- onBegin: function () {
- if (this.rated) this.add('html', `
UU is currently suspecting Bisharp! For information on how to participate check out the suspect thread. `);
- },
},
{
name: "[Gen 7] RU",
@@ -82,7 +78,7 @@ let Formats = [
mod: 'gen7',
ruleset: ['[Gen 7] UU'],
- banlist: ['UU', 'RUBL', 'Aurora Veil', 'Bisharp'],
+ banlist: ['UU', 'RUBL', 'Aurora Veil'],
unbanlist: ['Drought'],
},
{
diff --git a/data/formats-data.js b/data/formats-data.js
index 601a4e7386..e959fd513b 100644
--- a/data/formats-data.js
+++ b/data/formats-data.js
@@ -5594,7 +5594,7 @@ let BattleFormatsData = {
bisharp: {
randomBattleMoves: ["swordsdance", "knockoff", "ironhead", "suckerpunch", "lowkick"],
randomDoubleBattleMoves: ["swordsdance", "substitute", "suckerpunch", "ironhead", "brickbreak", "knockoff", "protect"],
- tier: "UUBL",
+ tier: "UU",
doublesTier: "DUU",
},
bouffalant: {