diff options
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/__main__.py | 2 | 
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__)  |