Skip to content

Commit 3b620a4

Browse files
committed
Remove instance from readme, and other references
1 parent 2a7d126 commit 3b620a4

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Huge thanks to Sasiko for reporting these issues.
191191

192192
# v2.12.0
193193

194-
### Important
194+
### Important
195195
**In the future, the Modmail API (https://modmail.tk) will be deprecated. This is due to the fact that we are providing a free service without getting anything in return, and thus we do not have the resources to scale to accommodate for more users.
196196
We recommend using your own database for logs. In the future you will soon get a `backup` command so you can download all your pre-existing data and migrate to your own database.**
197197

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<img src="https://img.shields.io/discord/515071617815019520.svg?style=for-the-badge&colorB=7289DA" alt="Support">
1414
</a>
1515

16-
<a href="https://github.com/kyb3r/modmail/">
17-
<img src="https://api.modmail.tk/badges/instances.svg" alt="Bot instances">
18-
</a>
19-
2016
<a href="https://patreon.com/kyber">
2117
<img src="https://img.shields.io/badge/patreon-donate-orange.svg?style=for-the-badge" alt="Python 3.7">
2218
</a>
@@ -56,8 +52,7 @@ Have you sent something with the `?reply` command by accident? Don't fret, you c
5652

5753
## Thread Logs
5854

59-
Thread conversations are automatically logged with a generated viewable website of the complete thread. Logs are rendered with styled HTML and presented in an aesthetically pleasing way—it blends seamlessly with the mobile version of Discord. An example of a logged conversation: https://logs.modmail.tk/02032d65a6f3
60-
55+
Thread conversations are automatically logged with a generated viewable website of the complete thread. Logs are rendered with styled HTML and presented in an aesthetically pleasing way—it blends seamlessly with the mobile version of Discord. An example of a logged conversation: https://modmail-logs.herokuapp.com/logs/02032d65a6f3.
6156

6257
# Contributing
6358

cogs/utility.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ async def about(self, ctx):
208208
embed.add_field(name='Latency', value=f'{self.bot.latency * 1000:.2f} ms')
209209

210210
embed.add_field(name='Version',
211-
value=f'[`{self.bot.version}`]'
212-
'(https://modmail.tk/changelog)')
211+
value=f'`{self.bot.version}`')
213212
embed.add_field(name='Author',
214213
value='[`kyb3r`](https://github.com/kyb3r)')
215214

core/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ConfigManager(ConfigManagerABC):
5353

5454
protected_keys = {
5555
# Modmail
56-
'modmail_api_token', 'modmail_guild_id', 'guild_id', 'owners',
56+
'modmail_guild_id', 'guild_id', 'owners',
5757
'log_url', 'mongo_uri',
5858

5959
# bot

0 commit comments

Comments
 (0)