Skip to content

Commit

Permalink
change vanity URL to "ob"
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 2, 2020
1 parent db33ab8 commit ca7dabe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Discord](https://i.imgur.com/AWqUL0x.png)](http://discord.gg/osb) [![Discord](https://i.imgur.com/OcOyprP.png)](https://www.oldschool.gg/commands)
[![Discord](https://i.imgur.com/AWqUL0x.png)](http://discord.gg/ob) [![Discord](https://i.imgur.com/OcOyprP.png)](https://www.oldschool.gg/commands)

# ![Logo](https://i.imgur.com/VLvOEwo.png) Old School Bot

Expand Down
2 changes: 1 addition & 1 deletion src/commands/Utility/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Old School Bot is an open-source Discord Bot based on Old School RuneScape.
- If you have any other enquiries, join the support server!
- Support Server: discord.gg/osb
- Support Server: discord.gg/ob
`);
}
};
2 changes: 1 addition & 1 deletion src/languages/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = class extends Language {
*
*/
DEFAULT: key =>
`${key} has not been localized for en-US yet. If you're seeing this, its a bug! Please join the support support and let us know. <discord.gg/osb>`,
`${key} has not been localized for en-US yet. If you're seeing this, its a bug! Please join the support support and let us know. <discord.gg/ob>`,
DEFAULT_LANGUAGE: 'Default Language',
PREFIX_REMINDER: (prefix = `@${this.client.user.tag}`) =>
`The prefix${
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/streamstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = class extends Task {
if (_channel) _channel.send({ embed });
});
}
this.client.user.setActivity('discord.gg/osb');
this.client.user.setActivity('discord.gg/ob');
})
.catch(console.error);
}
Expand Down

0 comments on commit ca7dabe

Please sign in to comment.