aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__main__.py
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-19 19:26:59 +0200
committerGravatar GitHub <[email protected]>2020-12-19 19:26:59 +0200
commit9392a2af65021db56bafa462da0b78121ca428d2 (patch)
tree3ff2ec6578c89f741c995828e39f57a102b39dc6 /bot/__main__.py
parentRemove aiohttp integration from Sentry (diff)
Use sir-lancebot instead pydis-sir-lancebot for release name
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'bot/__main__.py')
-rw-r--r--bot/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py
index da0ff439..e9b14a53 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -21,7 +21,7 @@ sentry_sdk.init(
sentry_logging,
RedisIntegration()
],
- release=f"pydis-sir-lancebot@{GIT_SHA}"
+ release=f"sir-lancebot@{GIT_SHA}"
)
log = logging.getLogger(__name__)